File tree 3 files changed +8
-7
lines changed
resources/helm/dask-gateway
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -146,16 +146,16 @@ jobs:
146
146
# k3s-channel: https://update.k3s.io/v1-release/channels
147
147
#
148
148
include :
149
- - k3s-channel : v1.25
149
+ - k3s-channel : v1.29
150
150
dask-namespace : separate-namespace
151
- - k3s-channel : v1.26
151
+ - k3s-channel : v1.30
152
152
dask-namespace : default
153
153
upgrade-from : " 2022.4.0"
154
- - k3s-channel : v1.27
154
+ - k3s-channel : v1.31
155
155
dask-namespace : default
156
- - k3s-channel : v1.28
156
+ - k3s-channel : v1.32
157
157
dask-namespace : default
158
- - k3s-channel : v1.29
158
+ - k3s-channel : stable
159
159
dask-namespace : default
160
160
161
161
steps :
Original file line number Diff line number Diff line change 4
4
5
5
### Breaking changes
6
6
7
- - Requires Python 3.10+, up from 3.9
7
+ - Requires Python 3.10+, up from 3.9+
8
+ - Helm chart requires Kubernetes 1.29+, up from 1.25+
8
9
9
10
### 2024.1.0
10
11
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.25 .0-0"
11
+ kubeVersion : " >=1.29 .0-0"
You can’t perform that action at this time.
0 commit comments