Skip to content

Commit c6fa4d5

Browse files
committed
Drop support for k8s 1.27
1 parent d43bfb4 commit c6fa4d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test-chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
--set hub.image.name=quay.io/jupyterhub/k8s-hub-slim
138138
--set prePuller.hook.enabled=true
139139
--set prePuller.hook.pullOnlyOnChanges=true
140-
- k3s-channel: v1.30 # also test hub.existingSecret
140+
- k3s-channel: v1.31 # also test hub.existingSecret
141141
test: install
142142
local-chart-extra-args: >-
143143
--set hub.existingSecret=test-hub-existing-secret
@@ -160,7 +160,7 @@ jobs:
160160
# information from
161161
# https://hub.jupyter.org/helm-chart/info.json
162162
#
163-
- k3s-channel: v1.29
163+
- k3s-channel: v1.30
164164
test: upgrade
165165
upgrade-from: stable
166166
upgrade-from-extra-args: >-
@@ -173,7 +173,7 @@ jobs:
173173
--set hub.db.type=sqlite-pvc
174174
--set singleuser.storage.type=dynamic
175175
create-k8s-test-resources: true
176-
- k3s-channel: v1.28
176+
- k3s-channel: v1.29
177177
test: upgrade
178178
upgrade-from: dev
179179
upgrade-from-extra-args: >-
@@ -183,7 +183,7 @@ jobs:
183183
local-chart-extra-args: >-
184184
--set hub.db.type=sqlite-pvc
185185
--set singleuser.storage.type=dynamic
186-
- k3s-channel: v1.27
186+
- k3s-channel: v1.28
187187
test: upgrade
188188
# We're testing hub.db.upgrade with PostgreSQL so this version must be old
189189
# enough to require a DB upgrade

jupyterhub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org
99
sources: [https://github.com/jupyterhub/zero-to-jupyterhub-k8s]
1010
icon: https://hub.jupyter.org/helm-chart/images/hublogo.svg
11-
kubeVersion: ">=1.27.0-0"
11+
kubeVersion: ">=1.28.0-0"
1212
maintainers:
1313
# Since it is a requirement of Artifact Hub to have specific maintainers
1414
# listed, we have added some below, but in practice the entire JupyterHub team

0 commit comments

Comments
 (0)