From: Gary Wu Date: Tue, 8 May 2018 14:21:20 +0000 (-0700) Subject: Sync docker image images with docker-manifest.csv X-Git-Tag: 5.0.0-ONAP^2~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=92e9569f5fe2885a71c2cf73aa4d597ebfd6d6d3;p=aaf%2Foom.git Sync docker image images with docker-manifest.csv Update the docker image versions in the OOM helm charts with the versions specified in the docker-manifest.csv in the integration repo. Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu --- diff --git a/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml b/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml index d09d492..bb0f470 100644 --- a/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml +++ b/charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml @@ -29,7 +29,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/smsquorumclient +image: onap/aaf/smsquorumclient:latest pullPolicy: Always # flag to enable debugging - application support required diff --git a/charts/aaf-sms/values.yaml b/charts/aaf-sms/values.yaml index cd32539..0686ddb 100644 --- a/charts/aaf-sms/values.yaml +++ b/charts/aaf-sms/values.yaml @@ -29,7 +29,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/aaf/sms +image: onap/aaf/sms:latest pullPolicy: Always # flag to enable debugging - application support required