Sync docker image images with docker-manifest.csv
authorGary Wu <gary.i.wu@huawei.com>
Tue, 8 May 2018 14:21:20 +0000 (07:21 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 8 May 2018 14:21:20 +0000 (07:21 -0700)
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 <gary.i.wu@huawei.com>
charts/aaf-sms/charts/aaf-sms-quorumclient/values.yaml
charts/aaf-sms/values.yaml

index d09d492..bb0f470 100644 (file)
@@ -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
index cd32539..0686ddb 100644 (file)
@@ -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