Skip to content

Commit

Permalink
helm-chart: require k8s 1.29+
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 20, 2025
1 parent 6a216d8 commit d25e265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ jobs:
# k3s-channel: https://update.k3s.io/v1-release/channels
#
include:
- k3s-channel: v1.25
- k3s-channel: v1.29
dask-namespace: separate-namespace
- k3s-channel: v1.26
- k3s-channel: v1.30
dask-namespace: default
upgrade-from: "2022.4.0"
- k3s-channel: v1.27
- k3s-channel: v1.31
dask-namespace: default
- k3s-channel: v1.28
- k3s-channel: v1.32
dask-namespace: default
- k3s-channel: v1.29
- k3s-channel: stable
dask-namespace: default

steps:
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.25.0-0"
kubeVersion: ">=1.29.0-0"

0 comments on commit d25e265

Please sign in to comment.