diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-11 08:43:33 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-11 08:43:33 -0700 |
commit | 3c45f8ce711caaae4c3275071695ce6abb6641e7 (patch) | |
tree | d137b5f7b284fc47cef2c57037d8c3365f5d8c82 | |
parent | 42e5b849f8c32b2f8e9772e10d63ea9f1d957941 (diff) |
Sync OOM docker versions with docker-manifest.csv
Sync docker versions to docker-manifest.csv commit
5c314cf2ebadece91f9b3745bf1d4e80064bbd70
Change-Id: I6d892ab945d65b7b4888b194d09210aec8d7d1c1
Issue-ID: OOM-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | kubernetes/oof/charts/oof-has/charts/oof-has-music/values.yaml | 2 | ||||
-rwxr-xr-x | kubernetes/oof/charts/oof-has/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oof/charts/oof-has/charts/oof-has-music/values.yaml b/kubernetes/oof/charts/oof-has/charts/oof-has-music/values.yaml index 309d0ac771..68c81fd92f 100644 --- a/kubernetes/oof/charts/oof-has/charts/oof-has-music/values.yaml +++ b/kubernetes/oof/charts/oof-has/charts/oof-has-music/values.yaml @@ -30,7 +30,7 @@ global: repository: nexus3.onap.org:10001 image: library/tomcat:8.5 pullPolicy: Always -warImage: onap/music/music:2.5.3 +warImage: onap/music/music:latest # flag to enable debugging - application support required debugEnabled: false diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index 6ac5469cab..8dab38d1ba 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -24,7 +24,7 @@ global: commonConfigPrefix: onap-oof-has image: readiness: oomk8s/readiness-check:1.1.0 - optf_has: onap/optf-has:1.1.1 + optf_has: onap/optf-has:latest filebeat: docker.elastic.co/beats/filebeat:5.5.0 nsPrefix: onap |