From afe9e5b96746a6867826b89eb13faf2a9fc9affe Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 8 Apr 2018 03:35:39 +0200 Subject: [PATCH 1/2] kubeVersion in Charts.yaml works now --- jupyterhub/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyterhub/Chart.yaml b/jupyterhub/Chart.yaml index 160361b392..336125aef1 100644 --- a/jupyterhub/Chart.yaml +++ b/jupyterhub/Chart.yaml @@ -6,4 +6,5 @@ home: https://z2jh.jupyter.org sources: - https://github.com/jupyterhub/zero-to-jupyterhub-k8s icon: https://jupyter.org/assets/hublogo.svg -tillerVersion: ">=2.7.0" +kubeVersion: ">=1.8.0-r0" +tillerVersion: ">=2.7.0-r0" From 50a05abebde0ea095db0ff1e27748ad35be99dc2 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 12 Apr 2018 08:25:19 +0200 Subject: [PATCH 2/2] aesthetic fix If we want to allow releases with pre-release labels, such as `-gke.1` in googles kubernetes version `v1.9.4-gke.1`, we can supply `-something` to our constraint. I simply made the `something` part the lowest possible value now that I understand there was nothing special with `-r0`. --- jupyterhub/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterhub/Chart.yaml b/jupyterhub/Chart.yaml index 336125aef1..9026ed4cb1 100644 --- a/jupyterhub/Chart.yaml +++ b/jupyterhub/Chart.yaml @@ -6,5 +6,5 @@ home: https://z2jh.jupyter.org sources: - https://github.com/jupyterhub/zero-to-jupyterhub-k8s icon: https://jupyter.org/assets/hublogo.svg -kubeVersion: ">=1.8.0-r0" -tillerVersion: ">=2.7.0-r0" +kubeVersion: ">=1.8.0-0" +tillerVersion: ">=2.7.0-0"