diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-05-15 10:53:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-15 10:53:25 +0000 |
commit | 180384b6787e2fe1663b93057e6024d7811c504a (patch) | |
tree | def849b04af9b00da35eaf11ed0506b6dd830fcc /kubernetes/onap/Chart.yaml | |
parent | 988a1188bfa06657e89262e67339e616bfad7764 (diff) | |
parent | 0116b468146ad5e04ecd48e476e08da8cf62a06b (diff) |
Merge "enforcing helm and kubernetes version requirements"
Diffstat (limited to 'kubernetes/onap/Chart.yaml')
-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 |