diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-08 07:21:20 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-08 07:21:20 -0700 |
commit | 92e9569f5fe2885a71c2cf73aa4d597ebfd6d6d3 (patch) | |
tree | ccb8f2b14b59f3a0d646659fcf9ef627a24bc6b3 /charts/aaf-sms/values.yaml | |
parent | ba105d5ba1e14eb48bad004e25940530923da7ee (diff) |
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'charts/aaf-sms/values.yaml')
-rw-r--r-- | charts/aaf-sms/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |