diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-14 12:23:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-14 12:23:35 +0000 |
commit | ecae12ede2c6f88bd69f02499dc3c361c77f3516 (patch) | |
tree | 7cc0af85555e23c3f462c3b243acb5750c06097a /kubernetes/multicloud | |
parent | c266f04e08ff925cd02b4bb584f1354da68de87e (diff) | |
parent | 32e83bf7f33838326cef5327f88752aee68f48e8 (diff) |
Merge "[MULTICLOUD] Update multicloud k8s image to 0.7.0"
Diffstat (limited to 'kubernetes/multicloud')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml index b9fa617d94..4b7e6f7816 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -26,7 +26,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/k8s:0.6.0 +image: onap/multicloud/k8s:0.7.0 pullPolicy: Always # flag to enable debugging - application support required |