From 0067c175509a2d37c58f24ccb7c527c8cc73d79c Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Sun, 24 Mar 2019 14:27:05 +0200 Subject: Update VID in values.yaml to 3.2.3 Planned as part of Casablanca maintenance release (3.0.2). Issue-ID: VID-446 Change-Id: Icc4b28453b4728db7058b3a1fd2043f4a0f7d6a7 Signed-off-by: Ittay Stern --- kubernetes/vid/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index 3c8645feee..47e4644ec9 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:3.2.2 +image: onap/vid:3.2.3 pullPolicy: Always # mariadb image for initializing @@ -112,4 +112,4 @@ resources: requests: cpu: 200m memory: 2Gi - unlimited: {} \ No newline at end of file + unlimited: {} -- cgit 1.2.3-korg