diff options
author | Brian Freeman <bf1936@att.com> | 2019-09-30 13:42:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 13:42:07 +0000 |
commit | 6d7e481523f353efcdc4aa395bb2a144c1c07dc1 (patch) | |
tree | 6bbe1020b56658e0b3fe4bc370550f5c896a56bb | |
parent | c24008e58e49e8e92f871d12e29f85233e64ed94 (diff) | |
parent | 8e8dd7d4efcb6050643caf7eb138a6b1cfb3d674 (diff) |
Merge "Update docker image version"
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml index 3b8e9bfc43..e7117d7e9f 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -26,8 +26,8 @@ global: # Application configuration defaults. ################################################################# # application image -repository: nexus3.onap.org:10001 -image: onap/multicloud/k8s:0.4.0 +repository: registry.hub.docker.com +image: onap/multicloud-k8s:0.5.0 pullPolicy: Always # flag to enable debugging - application support required |