From ba1c066793c6f94ed0eff308aeae7d06bec21a7d Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 9 Jan 2020 13:28:13 +0200 Subject: [PATCH] VID: Update to version 6.0.1 Release 6.0.1 supports the current OOM chart setup (without VID_KEYSTORE_PASSWORD workaround). Issue-ID: VID-650 Issue-ID: VID-716 Change-Id: Ie326a9b0cc5c892f815470384b92938ab2312c62 Signed-off-by: Ittay Stern --- kubernetes/vid/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index af39823eb0..03f8e4a094 100644 --- a/kubernetes/vid/values.yaml +++ b/kubernetes/vid/values.yaml @@ -27,7 +27,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/vid:5.0.3 +image: onap/vid:6.0.1 pullPolicy: Always # mariadb image for initializing -- 2.16.6