diff options
author | Konrad Bańka <k.banka@samsung.com> | 2021-05-12 21:39:28 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-17 12:54:28 +0000 |
commit | 9051efa41988ca8ddbb434f25fd989b87a086981 (patch) | |
tree | b2177dd64c513a097894fedba4600363799b2f96 | |
parent | d82ed7c1549b5b90597552d62fbf2dd22121aeeb (diff) |
[MULTICLOUD] Bump multicloud-k8s image to 0.8.2
Update k8splugin with version based on Helm3 libraries
Issue-ID: MULTICLOUD-1295
Issue-ID: MULTICLOUD-1338
Issue-ID: MULTICLOUD-1348
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I793ccc0366fc061c5f0cb1e580e805de70b3d88a
-rw-r--r-- | kubernetes/multicloud/components/multicloud-k8s/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/components/multicloud-k8s/values.yaml b/kubernetes/multicloud/components/multicloud-k8s/values.yaml index 44560e3351..307524c4fa 100644 --- a/kubernetes/multicloud/components/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/components/multicloud-k8s/values.yaml @@ -24,7 +24,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/multicloud/k8s:0.8.1 +image: onap/multicloud/k8s:0.8.2 pullPolicy: Always # flag to enable debugging - application support required |