Skip to content

Commit 4443302

Browse files
committed
breaking: require Helm 3 by updating Chart.yaml's apiVersion
Helm 2 reached end of life in November 2020, so for future releases of this Helm chart, just like many other Helm charts have opted to do, we drop support for Helm 2 and allow ourselves to depend on Helm 3. By updating this Chart.yaml to apiVersion 2 we will require Helm 3. By relying on Helm 3.1+, we can solve some long standing issues, for example the need to manually specify proxy.secretToken.
1 parent 6a3df2d commit 4443302

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jupyterhub/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Chart.yaml v1 reference: https://v2.helm.sh/docs/developing_charts/#the-chart-yaml-file
21
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
3-
apiVersion: v1
2+
apiVersion: v2
43
name: jupyterhub
54
version: 0.0.1-set.by.chartpress
65
appVersion: 1.3.0
76
description: Multi-user Jupyter installation
7+
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org
9-
sources:
10-
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s
9+
sources: [https://github.com/jupyterhub/zero-to-jupyterhub-k8s]
1110
icon: https://jupyter.org/assets/hublogo.svg
1211
kubeVersion: ">=1.14.0-0"
13-
tillerVersion: ">=2.16.0-0"
1412
maintainers:
1513
# Since it is a requirement of Artifact Hub to have specific maintainers
1614
# listed, we have added some below, but in practice the entire JupyterHub team

0 commit comments

Comments
 (0)