Skip to content

Commit

Permalink
Chart.yaml - icon + kube & helm versions jupyterhub#627
Browse files Browse the repository at this point in the history
Making Chart.yaml conform to `helm lint` by adding an icon, and declaring required k8s and helm versions.
  • Loading branch information
consideRatio committed Apr 2, 2018
1 parent 544e355 commit 09535ff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
apiVersion: v1
description: Multi-user Jupyter installation
name: jupyterhub
version: v0.7-dev
description: Multi-user Jupyter installation
home: https://zero-to-jupyterhub.readthedocs.io
sources:
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s
icon: http://jupyter.org/assets/hublogo.svg
kubeVersion: ">1.8.0"
tillerVersion: ">2.7.0"

0 comments on commit 09535ff

Please sign in to comment.