diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-10 20:13:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-10 20:13:18 +0000 |
commit | 992c35b3b07272001b72683cf2b9536021ec348e (patch) | |
tree | b87f29d4940da3874f27a7323bd053c840d7b89d /kubernetes/vfc/components/vfc-redis/values.yaml | |
parent | ef2826f8571dda61a7c18ed56ad6067208961ae3 (diff) | |
parent | de205f66a8a72ec89f39844f3f1b5b4205c3b72e (diff) |
Merge "[VFC] Update image of components of VFC"
Diffstat (limited to 'kubernetes/vfc/components/vfc-redis/values.yaml')
-rw-r--r-- | kubernetes/vfc/components/vfc-redis/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vfc/components/vfc-redis/values.yaml b/kubernetes/vfc/components/vfc-redis/values.yaml index 6ea05d72a6..0bbb395938 100644 --- a/kubernetes/vfc/components/vfc-redis/values.yaml +++ b/kubernetes/vfc/components/vfc-redis/values.yaml @@ -24,7 +24,7 @@ global: # application image flavor: small -image: onap/vfc/db:1.3.4 +image: onap/vfc/db:1.3.5 pullPolicy: Always # flag to enable debugging - application support required |