From 32e83bf7f33838326cef5327f88752aee68f48e8 Mon Sep 17 00:00:00 2001 From: Eric Multanen Date: Fri, 9 Oct 2020 15:23:52 -0700 Subject: [PATCH] [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 --- kubernetes/multicloud/charts/multicloud-k8s/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6