diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-19 05:48:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-19 05:48:17 +0000 |
commit | cca77124b6cbf19be86c37e956f75dc4ef5d4914 (patch) | |
tree | 63428ceed2563e2b4397f3019e8bfb42b364ee56 | |
parent | ecbbc9b805d4b0ef48a37c4ebca8d9ea38f79cca (diff) | |
parent | 9051efa41988ca8ddbb434f25fd989b87a086981 (diff) |
Merge "[MULTICLOUD] Bump multicloud-k8s image to 0.8.2"
-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 |