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/portal/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/portal/charts')
-rw-r--r-- | kubernetes/portal/charts/portal-cassandra/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-cassandra/values.yaml b/kubernetes/portal/charts/portal-cassandra/values.yaml index ef73954558..f4c3e135eb 100644 --- a/kubernetes/portal/charts/portal-cassandra/values.yaml +++ b/kubernetes/portal/charts/portal-cassandra/values.yaml @@ -23,7 +23,7 @@ global: # global defaults # application image repository: nexus3.onap.org:10001 -image: onap/music/cassandra_music:latest +image: onap/music/cassandra_music:3.0.0 pullPolicy: Always # application configuration |