Skip to content

Commit b5d64dc

Browse files
authored
Merge pull request #1609 from consideRatio/pr/k8s1.21
breaking: require k8s 1.21 like z2jh does now
2 parents cb5e2f9 + cf1a719 commit b5d64dc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# which isn't documented anywhere, but is currently at 3.5.0. We also
6969
# test with the latest k8s and helm versions.
7070
#
71-
- k3s-channel: v1.20
71+
- k3s-channel: v1.21
7272
helm-version: v3.5.0
7373
test: helm
7474
test-variation: dind

helm-chart/binderhub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords: [jupyter, jupyterhub, binderhub]
2222
home: https://binderhub.readthedocs.io/en/latest/
2323
sources: [https://github.com/jupyterhub/binderhub]
2424
icon: https://jupyterhub.github.io/helm-chart/images/hublogo.svg
25-
kubeVersion: ">=1.20.0-0"
25+
kubeVersion: ">=1.21.0-0"
2626
maintainers:
2727
# Since it is a requirement of Artifact Hub to have specific maintainers
2828
# listed, we have added some below, but in practice the entire JupyterHub team

helm-chart/binderhub/schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ properties:
7979
additionalProperties: true
8080
description: |
8181
A k8s native specification of resources, see [the
82-
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#resourcerequirements-v1-core).
82+
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#resourcerequirements-v1-core).
8383
8484
rbac:
8585
type: object
@@ -343,7 +343,7 @@ properties:
343343
flag.
344344
345345
See [the k8s
346-
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#probe-v1-core)
346+
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#probe-v1-core)
347347
for more details.
348348
required: [enabled]
349349
properties:
@@ -397,7 +397,7 @@ properties:
397397
additionalProperties: false
398398
description: |
399399
A k8s native specification of lifecycle hooks on the container, see [the
400-
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.20/#lifecycle-v1-core).
400+
documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#lifecycle-v1-core).
401401
properties:
402402
postStart:
403403
type: object

0 commit comments

Comments
 (0)