Skip to content

Commit 5332120

Browse files
committed
helm chart: require k8s 1.30+
1 parent 5992d77 commit 5332120

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/test.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ jobs:
146146
# k3s-channel: https://update.k3s.io/v1-release/channels
147147
#
148148
include:
149-
- k3s-channel: v1.29
150-
upgrade-from: "2022.4.0"
151149
- k3s-channel: v1.30
152-
separate-namespace: sep-namespace
150+
upgrade-from: "2022.4.0"
153151
- k3s-channel: v1.31
154-
separate-traefik: sep-traefik
152+
separate-namespace: sep-namespace
155153
- k3s-channel: v1.32
154+
separate-traefik: sep-traefik
155+
- k3s-channel: v1.33
156156
- k3s-channel: stable
157157

158158
steps:

docs/source/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Helm chart requires Kubernetes 1.30+, up from 1.29+
6+
57
### Breaking changes
68

79
- Requires Python 3.10+, up from 3.9+

resources/helm/dask-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ home: https://gateway.dask.org/
88
sources:
99
- https://github.com/dask/dask-gateway/
1010
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
11-
kubeVersion: ">=1.29.0-0"
11+
kubeVersion: ">=1.30.0-0"

0 commit comments

Comments
 (0)