diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-05 18:30:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-05 18:30:48 +0000 |
commit | baf4596449dba49b5557c8c7f91b7febed380673 (patch) | |
tree | 7537db7dbc87d6fb1e978739073a1523a4de1696 /kubernetes | |
parent | 5d67a1f67521335dd57c8fa3a8d0b933aa1f6c1f (diff) | |
parent | 6007718ac0cbe55cc45f50ae86c07dfab878ae19 (diff) |
Merge "[MULTICLOUD] Release k8splugin after integration tests" into istanbul
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-k8s/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/components/multicloud-k8s/values.yaml b/kubernetes/multicloud/components/multicloud-k8s/values.yaml index 9cf505d473..0126594693 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.9.1 +image: onap/multicloud/k8s:0.9.3 pullPolicy: Always # flag to enable debugging - application support required |