diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-05-05 12:11:47 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-05-05 12:11:47 +0300 |
commit | 91751274d8c439e3e1a259c3325a62746b4e8a9d (patch) | |
tree | 7829e9db0e3bcc4837c2e5b2da536b5ee530e0c0 | |
parent | a538d8535a3928a9a3077f4160fec8d979a14cab (diff) |
Update VID values.yaml to release 4.0.0
✔ Dublin RC0
Issue-ID: VID-474
Change-Id: I4989bdc3d4cbe89162675ec9084e9daf70810f6d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
-rw-r--r-- | kubernetes/vid/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/vid/values.yaml b/kubernetes/vid/values.yaml index 63bbef290e..e004cb4fb9 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:4.0-STAGING-latest +image: onap/vid:4.0.0 pullPolicy: Always # mariadb image for initializing @@ -112,4 +112,4 @@ resources: requests: cpu: 200m memory: 2Gi - unlimited: {}
\ No newline at end of file + unlimited: {} |