From bf768a0169b7d93f7ae1a6cbdf4b5903d4231219 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 26 Jul 2021 09:35:49 +0200 Subject: [MULTICLOUD] Change rb-definition-version identifier Change rb-definition-version identifier. As a consequnece the vf-module-model-customization-uuid will be used to identify the version of the rb definition. In consequence the profiling mechanism use may be affected Issue-ID: MULTICLOUD-1377 Signed-off-by: Lukasz Rajewski Change-Id: Iab7f913f14d0a5066886c15be6e2d49aa9e6d627 --- kubernetes/multicloud/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/multicloud/values.yaml') diff --git a/kubernetes/multicloud/values.yaml b/kubernetes/multicloud/values.yaml index 53729f9311..93d299e16f 100644 --- a/kubernetes/multicloud/values.yaml +++ b/kubernetes/multicloud/values.yaml @@ -18,7 +18,7 @@ ################################################################# global: nodePortPrefix: 302 - artifactImage: onap/multicloud/framework-artifactbroker:1.6.0 + artifactImage: onap/multicloud/framework-artifactbroker:1.7.0 prometheus: enabled: false persistence: {} @@ -27,7 +27,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/multicloud/framework:1.6.0 +image: onap/multicloud/framework:1.7.0 pullPolicy: Always #Istio sidecar injection policy -- cgit 1.2.3-korg