diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2020-10-09 15:23:52 -0700 |
---|---|---|
committer | Eric Multanen <eric.w.multanen@intel.com> | 2020-10-12 20:30:02 +0000 |
commit | 32e83bf7f33838326cef5327f88752aee68f48e8 (patch) | |
tree | f7c9d5d01a24a23de5a8458cf5e904854790b00e /kubernetes | |
parent | bc52a406d9bff5a2eb77c5cc78175e36fefbcbed (diff) |
[MULTICLOUD] Update multicloud k8s image to 0.7.0
Updated multicloud k8s image to 0.7.0
Change-Id: I400ca632dbd680e6e47e83b8fbb00b77619d5f11
Issue-ID: MULTICLOUD-1213
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
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 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 |