diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-04-05 16:26:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-04-05 16:26:53 +0000 |
commit | 62c5d115a4c8b82e8cb93fedcfd973e76223fb9c (patch) | |
tree | f07670861216bc7764798aba40d3b5502e31906a /kubernetes/common/mariadb-galera/values.yaml | |
parent | f1a3f7f6d93d070d1f733af8eb116e3ea8f76704 (diff) | |
parent | e35e9a1adec0675a2044e58e09663e3e436d1ed8 (diff) |
Merge "[MARIADB] Update mariadb-operator and templates to 0.27.0"
Diffstat (limited to 'kubernetes/common/mariadb-galera/values.yaml')
-rw-r--r-- | kubernetes/common/mariadb-galera/values.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/common/mariadb-galera/values.yaml b/kubernetes/common/mariadb-galera/values.yaml index 9a27e605d8..3d9725cb43 100644 --- a/kubernetes/common/mariadb-galera/values.yaml +++ b/kubernetes/common/mariadb-galera/values.yaml @@ -56,16 +56,16 @@ secrets: mariadbOperator: image: mariadb - appVersion: 11.1.2 + appVersion: 11.2.2 persistence: #storageClassName: default size: 3Gi galera: enabled: true - agentImage: mariadb-operator/agent - agentVersion: v0.0.3 - initImage: mariadb-operator/init - initVersion: v0.0.6 + agentImage: mariadb-operator/mariadb-operator + agentVersion: v0.0.27 + initImage: mariadb-operator/mariadb-operator + initVersion: v0.0.27 ## String to partially override common.names.fullname template (will maintain the release name) ## @@ -99,7 +99,7 @@ podAnnotations: # sidecar.istio.io/inject: "false" traffic.sidecar.istio.io/excludeInboundPorts: "4444,4567,4568" traffic.sidecar.istio.io/includeInboundPorts: '*' - traffic.sidecar.istio.io/excludeOutboundPorts: "4444,4567,4568" + traffic.sidecar.istio.io/excludeOutboundPorts: "4444,4567,4568,443" mariadbOpConfiguration: |- [mysqld] |