diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-08 07:28:24 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-08 18:07:31 -0700 |
commit | 7a69b08fab59692b4b4492d66331dab6a676d99a (patch) | |
tree | 57eb7573c195ca787d139eeb0910bf8056f5a63b /kubernetes/uui/charts | |
parent | f4c5b2313f5544c43f6e2193edca7b5c4af59e9e (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.
This is as of integration repo commit
ed53a301dbeaad568b21b9545cb9ce6c5c040b29
Change-Id: Ib844402ff9f3bdecfbd8e9f474eaac1561aff5b0
Issue-ID: OOM-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/uui/charts')
-rw-r--r-- | kubernetes/uui/charts/uui-server/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/uui/charts/uui-server/values.yaml b/kubernetes/uui/charts/uui-server/values.yaml index 19e1a9ca20..b61fd8d05f 100644 --- a/kubernetes/uui/charts/uui-server/values.yaml +++ b/kubernetes/uui/charts/uui-server/values.yaml @@ -24,7 +24,7 @@ subChartsOnly: # application image repository: nexus3.onap.org:10001 -image: onap/usecase-ui/usecase-ui-server:v1.0.1 +image: onap/usecase-ui/usecase-ui-server:latest pullPolicy: Always # application configuration |