diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-10-28 10:32:26 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-10-28 10:32:26 +0200 |
commit | 430faf88e7bd8cd6331083e562c7018cc130d1be (patch) | |
tree | 534ac236e4690c5643c1fc066e1d65fd4d5d20e6 /kubernetes | |
parent | 2375af78b4173b0f388c31c50aa8f8cd32502f33 (diff) |
[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 <sebastien.determe@intl.att.com>
Change-Id: I90df220853f2884c7ade415b060a227e5f6ecb50
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/onap/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |