Skip to content

Commit

Permalink
Merge pull request #1994 from consideRatio/pr/chart-apiversion2
Browse files Browse the repository at this point in the history
Require Helm 3 to allow for enhancements
  • Loading branch information
consideRatio authored Jan 21, 2021
2 parents 04bf2a0 + 4443302 commit ee95328
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Chart.yaml v1 reference: https://v2.helm.sh/docs/developing_charts/#the-chart-yaml-file
# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
apiVersion: v1
apiVersion: v2
name: jupyterhub
version: 0.0.1-set.by.chartpress
appVersion: 1.3.0
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
sources:
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s
sources: [https://github.com/jupyterhub/zero-to-jupyterhub-k8s]
icon: https://jupyter.org/assets/hublogo.svg
kubeVersion: ">=1.14.0-0"
tillerVersion: ">=2.16.0-0"
maintainers:
# Since it is a requirement of Artifact Hub to have specific maintainers
# listed, we have added some below, but in practice the entire JupyterHub team
Expand Down

0 comments on commit ee95328

Please sign in to comment.