From 430faf88e7bd8cd6331083e562c7018cc130d1be Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 28 Oct 2021 10:32:26 +0200 Subject: [OOM] Fix issue with K8S semver check 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 Change-Id: I90df220853f2884c7ade415b060a227e5f6ecb50 --- kubernetes/onap/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/onap/Chart.yaml') diff --git a/kubernetes/onap/Chart.yaml b/kubernetes/onap/Chart.yaml index 21ff5a5c89..d9525c5750 100644 --- a/kubernetes/onap/Chart.yaml +++ b/kubernetes/onap/Chart.yaml @@ -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" -- cgit 1.2.3-korg