diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-05-11 20:09:02 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-05-14 15:00:59 +0000 |
commit | 0116b468146ad5e04ecd48e476e08da8cf62a06b (patch) | |
tree | c8530a441ce4d98f5477256d942ba1b5e429f49f /kubernetes | |
parent | 99dad55c6cc107ed86c8239b12f0d37cddcc4c61 (diff) |
enforcing helm and kubernetes version requirements
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>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/onap/Chart.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/onap/Chart.yaml b/kubernetes/onap/Chart.yaml index 1050e1a38b..dc8f1ef5af 100644 --- a/kubernetes/onap/Chart.yaml +++ b/kubernetes/onap/Chart.yaml @@ -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 |