enforcing helm and kubernetes version requirements
[oom.git] / kubernetes / onap / Chart.yaml
index db8a30f..dc8f1ef 100644 (file)
@@ -1,3 +1,17 @@
+# Copyright © 2017 Amdocs, Bell Canada
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apiVersion: v1
 name: onap
 version: 2.0.0
@@ -7,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