diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-05-14 12:45:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-14 12:45:54 +0000 |
commit | d4ed00562bbd0ff18f4faac54875058e30d3d183 (patch) | |
tree | bdd2f9919b6e41c69399d5be6458929401e78a44 | |
parent | 5567de3cc686f373aba7c87a8203f75d1a99b20d (diff) | |
parent | 3b62b37fe34911929f83eebb5305cc3b0d81876c (diff) |
Merge "update vfc version"
-rw-r--r-- | kubernetes/vfc/charts/vfc-redis/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-redis/values.yaml b/kubernetes/vfc/charts/vfc-redis/values.yaml index a134190412..6991f36adf 100644 --- a/kubernetes/vfc/charts/vfc-redis/values.yaml +++ b/kubernetes/vfc/charts/vfc-redis/values.yaml @@ -29,7 +29,7 @@ global: flavor: small repository: nexus3.onap.org:10001 -image: onap/vfc/db:1.3.0-STAGING-latest +image: onap/vfc/db:1.3.0 pullPolicy: Always # flag to enable debugging - application support required |