diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-03-04 20:39:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-04 20:39:20 +0000 |
commit | f7f76dfb521917298fbaf320d6fa3d56e3ea462e (patch) | |
tree | 2e3b9065e0344dea058b9ef6fc6b164112b7fb78 | |
parent | fd00517347b1cdc5a092dfca51b58b60f85f18fd (diff) | |
parent | f7ded3aa96a18a55307db970d434e56de9f387ff (diff) |
Merge "[MULTICLOUD] Update multicloud k8s image to 0.8.0"
-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 5c840ec9a4..a8ccc5ddfc 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.7.0 +image: onap/multicloud/k8s:0.8.0 pullPolicy: Always # flag to enable debugging - application support required |