diff options
Diffstat (limited to 'kubernetes/oof/charts')
-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 |