diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-11 13:26:30 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-11 13:26:30 -0700 |
commit | bf4b4d80364ccbdf859832546b884607d8d7b791 (patch) | |
tree | 38528ebc1aa9fc9b0a17d7fec9167187d606437a /kubernetes/oof/charts/oof-has | |
parent | b63b0b162ab3dbbeb52698fd234615261a103144 (diff) |
Update readiness-check to 2.0.0
Change-Id: I3477393d2ba98fe1d48561efc6991e88d8e03793
Issue-ID: OOM-1076
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has')
-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 | 4 |
2 files changed, 3 insertions, 3 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 68c81fd92f..d52c3c0321 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 @@ -19,7 +19,7 @@ global: nodePortPrefix: 302 repository: nexus3.onap.org:10001 readinessRepository: oomk8s - readinessImage: readiness-check:1.0.0 + readinessImage: readiness-check:2.0.0 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 diff --git a/kubernetes/oof/charts/oof-has/values.yaml b/kubernetes/oof/charts/oof-has/values.yaml index 8dab38d1ba..30ef637873 100755 --- a/kubernetes/oof/charts/oof-has/values.yaml +++ b/kubernetes/oof/charts/oof-has/values.yaml @@ -17,13 +17,13 @@ ################################################################# global: readinessRepository: oomk8s - readinessImage: readiness-check:1.0.0 + readinessImage: readiness-check:2.0.0 loggingRepository: docker.elastic.co loggingImage: beats/filebeat:5.5.0 repository: nexus3.onap.org:10001 commonConfigPrefix: onap-oof-has image: - readiness: oomk8s/readiness-check:1.1.0 + readiness: oomk8s/readiness-check:2.0.0 optf_has: onap/optf-has:latest filebeat: docker.elastic.co/beats/filebeat:5.5.0 |