diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2020-05-06 14:40:12 -0700 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-08 17:12:30 +0000 |
commit | d451bedd8fac229c70feb767622675b09f4d968e (patch) | |
tree | 46f35a3a8a31df150b9839ad46b4cc3159ad7edf /kubernetes | |
parent | 942e8f8450f06dc2f20d6c3b5dc28a62ef524770 (diff) |
Set multicloud-k8s image to 0.6.0
Update image for Frankfurt release.
Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240
Issue-ID: OOM-2397
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
(cherry picked from commit 0d36387da995a3e5100b4a99c3e05765ee3ed4cd)
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml index 3c7b1d3a65..f0bfedb43a 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/values.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/values.yaml @@ -27,7 +27,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/multicloud/k8s:0.5.0 +image: onap/multicloud/k8s:0.6.0 pullPolicy: Always # flag to enable debugging - application support required |