File tree 3 files changed +7
-5
lines changed
resources/helm/dask-gateway
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,13 @@ jobs:
146
146
# k3s-channel: https://update.k3s.io/v1-release/channels
147
147
#
148
148
include :
149
- - k3s-channel : v1.29
150
- upgrade-from : " 2022.4.0"
151
149
- k3s-channel : v1.30
152
- separate-namespace : sep-namespace
150
+ upgrade-from : " 2022.4.0 "
153
151
- k3s-channel : v1.31
154
- separate-traefik : sep-traefik
152
+ separate-namespace : sep-namespace
155
153
- k3s-channel : v1.32
154
+ separate-traefik : sep-traefik
155
+ - k3s-channel : v1.33
156
156
- k3s-channel : stable
157
157
158
158
steps :
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Helm chart requires Kubernetes 1.30+, up from 1.29+
6
+
5
7
### Breaking changes
6
8
7
9
- Requires Python 3.10+, up from 3.9+
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ home: https://gateway.dask.org/
8
8
sources :
9
9
- https://github.com/dask/dask-gateway/
10
10
icon : https://avatars3.githubusercontent.com/u/17131925?v=3&s=200
11
- kubeVersion : " >=1.29 .0-0"
11
+ kubeVersion : " >=1.30 .0-0"
You can’t perform that action at this time.
0 commit comments