From c8d7aacb5d9f8cd85f0e2c5bc2184bfa56663fc7 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 12 Apr 2022 18:47:25 +0200 Subject: [PATCH] [MULTICLOUD] Bug fixes in k8splugin Bug fixes in k8splugin - verification of etcd connection - improved validation of pvc status Issue-ID: MULTICLOUD-1468 Signed-off-by: Lukasz Rajewski Change-Id: I03690d365d5d5b15805f8ab20b8fa8aeb2935638 --- kubernetes/multicloud/components/multicloud-k8s/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/multicloud/components/multicloud-k8s/values.yaml b/kubernetes/multicloud/components/multicloud-k8s/values.yaml index 844ac5e58d..b152af282e 100644 --- a/kubernetes/multicloud/components/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/components/multicloud-k8s/values.yaml @@ -24,7 +24,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/multicloud/k8s:0.10.0 +image: onap/multicloud/k8s:0.10.1 pullPolicy: Always # flag to enable debugging - application support required -- 2.16.6