From 20fa2f2b1f682c3c59f98d230684d81a592283f0 Mon Sep 17 00:00:00 2001 From: Akansha Dua Date: Wed, 4 Sep 2019 04:51:35 +0000 Subject: Enforcement of kube-version constraint Issue-ID: OOM-2076 Signed-off-by: Akansha Dua Change-Id: Iefb0420022e9398f98e14edb3f208996a83d6cde --- kubernetes/onap/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/onap/Chart.yaml b/kubernetes/onap/Chart.yaml index 82228a8b10..e0bffcda68 100644 --- a/kubernetes/onap/Chart.yaml +++ b/kubernetes/onap/Chart.yaml @@ -20,4 +20,5 @@ description: Open Network Automation Platform (ONAP) 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 \ No newline at end of file +icon: https://wiki.onap.org/download/thumbnails/1015829/onap_704x271%20copy.png?version=1&modificationDate=1488326334000&api=v2 +kubeVersion: ">=1.11.5-0" -- cgit 1.2.3-korg