diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-08 17:07:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-08 17:07:52 +0000 |
commit | 17f4fcc2bb04d549d171292484e3c16d6da6cef2 (patch) | |
tree | b8a48152d2d352f6e42614c611e0afec9dbb91ff /kubernetes | |
parent | 111f15d0d813002f21d569010a3dd6b605a70acd (diff) | |
parent | 0d36387da995a3e5100b4a99c3e05765ee3ed4cd (diff) |
Merge "Set multicloud-k8s image to 0.6.0"
Diffstat (limited to 'kubernetes')
-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 3c7b1d3a65..f0bfedb43a 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -27,7 +27,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/k8s:0.5.0 +image: onap/multicloud/k8s:0.6.0 pullPolicy: Always # flag to enable debugging - application support required |