enforcing helm and kubernetes version requirements 71/47271/2
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Fri, 11 May 2018 20:09:02 +0000 (20:09 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Mon, 14 May 2018 15:00:59 +0000 (15:00 +0000)
helm 2.8.x
k8s 1.7.14+ and 1.8.9+

versions selected because of:
https://github.com/kubernetes/kubernetes/issues/60814

Issue-ID: OOM-1075

Change-Id: Ife365ac8e8b7812c1fe4fa0764739511c3c6eb55
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/onap/Chart.yaml

index 1050e1a..dc8f1ef 100644 (file)
@@ -21,3 +21,6 @@ home: https://www.onap.org/
 sources:
 - https://gerrit.onap.org/r/#/admin/projects/
 icon: https://wiki.onap.org/download/thumbnails/1015829/onap_704x271%20copy.png?version=1&modificationDate=1488326334000&api=v2
+# Major 1, Minor 7 or 8, Patch v7.14+, v8.9+
+kubeVersion: "^1 ~1.7.14 || ~1.8.9"
+tillerVersion: "~2.8.2"
\ No newline at end of file