[OOM] Fix issue with K8S semver check 28/125428/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 28 Oct 2021 08:32:26 +0000 (10:32 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 28 Oct 2021 08:32:26 +0000 (10:32 +0200)
The current kubeVersion leads to deployment issue, 1.19.X-Y
X-Y must be added so that it can work on a patched k8s.

Issue-ID: OOM-2873
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I90df220853f2884c7ade415b060a227e5f6ecb50

kubernetes/onap/Chart.yaml

index 21ff5a5..d9525c5 100644 (file)
@@ -21,4 +21,4 @@ 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
-kubeVersion: ">=1.19"
+kubeVersion: ">=1.19.0-0"