diff options
author | Jack Lucas <jflos@sonoris.net> | 2022-06-23 16:21:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-23 16:21:21 +0000 |
commit | 8ed35dfae17231f6d09fc36161a2ce44620a4200 (patch) | |
tree | 2e6bf617411a07160285dc6bd63e0d3f355f0306 /kubernetes/so/components/so-mariadb/values.yaml | |
parent | 84398e3d8365b56916f4ec4aa2db540d580cbba4 (diff) | |
parent | 17be962a2bd43768a41705f0d009166e2894d82d (diff) |
Merge "[SO] Service mesh compatibility"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/values.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml index 58e34b78d6..13dd0868e8 100755 --- a/kubernetes/so/components/so-mariadb/values.yaml +++ b/kubernetes/so/components/so-mariadb/values.yaml @@ -21,7 +21,7 @@ global: nodePortPrefix: 302 nodePortPrefixExt: 304 repository: nexus3.onap.org:10001 - readinessImage: onap/oom/readiness:3.0.1 + readinessImage: onap/oom/readiness:4.1.0 ubuntuInitRepository: docker.io mariadbGalera: nameOverride: &mariadbName mariadb-galera @@ -187,3 +187,7 @@ serviceAccount: nameOverride: so-mariadb roles: - read + +wait_for_job_container: + containers: + - '{{ include "common.name" . }}-config' |