Skip to content

Commit

Permalink
Drop support for k8s 1.24 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Jan 16, 2024
1 parent 8474ab8 commit ac7ecfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ jobs:
# k3s-channel: https://update.k3s.io/v1-release/channels
#
include:
- k3s-channel: v1.24
dask-namespace: default
- k3s-channel: v1.25
dask-namespace: separate-namespace
- k3s-channel: v1.26
Expand All @@ -157,6 +155,8 @@ jobs:
dask-namespace: default
- k3s-channel: v1.28
dask-namespace: default
- k3s-channel: v1.29
dask-namespace: default

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion resources/helm/dask-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ home: https://gateway.dask.org/
sources:
- https://github.com/dask/dask-gateway/
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
kubeVersion: ">=1.24.0-0"
kubeVersion: ">=1.25.0-0"

0 comments on commit ac7ecfe

Please sign in to comment.