diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-12 13:17:41 -0400 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-04-22 16:17:53 +0000 |
commit | 3df0068395ec33d7d8e75b913d8499759fc7e322 (patch) | |
tree | 28bc0b3b18bc3b96eb835bd3f12b290e72aefb55 /kubernetes/sdnc/components/sdnc-ansible-server | |
parent | 1b162638763115959a0960a1195618f571d5499b (diff) |
[SDNC] Bump version to install license/bug fix
Version bump on sdnc images to install license fix to address issue
identified in latest license scan, and to install fix for bug
in basic_vm_model test (SDNC-1515)
Issue-ID: SDNC-1507
Issue-ID: SDNC-1515
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I80721c0ce88ce2654b637d7f6748441496a684e6
Diffstat (limited to 'kubernetes/sdnc/components/sdnc-ansible-server')
-rw-r--r-- | kubernetes/sdnc/components/sdnc-ansible-server/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/components/sdnc-ansible-server/values.yaml b/kubernetes/sdnc/components/sdnc-ansible-server/values.yaml index 6abffb0e93..f9c8ca4401 100644 --- a/kubernetes/sdnc/components/sdnc-ansible-server/values.yaml +++ b/kubernetes/sdnc/components/sdnc-ansible-server/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/sdnc-ansible-server-image:2.1.3 +image: onap/sdnc-ansible-server-image:2.1.5 pullPolicy: Always # flag to enable debugging - application support required |