Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Helm 3 to allow for enhancements #1994

Merged
merged 1 commit into from
Jan 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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