Merge "[COMMON][MARIADB] Bump version to 10.6.5"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 13 Dec 2021 22:27:19 +0000 (22:27 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Dec 2021 22:27:19 +0000 (22:27 +0000)
kubernetes/common/mariadb-galera/values.yaml
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/onap/values.yaml

index bc9273f..769c9b7 100644 (file)
@@ -50,7 +50,7 @@ global:
   clusterDomain: cluster.local
   metrics: {}
 
-image: bitnami/mariadb-galera:10.5.8
+image: bitnami/mariadb-galera:10.6.5
 ## Specify a imagePullPolicy
 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
 ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
index e2fe1ff..ee56577 100644 (file)
@@ -32,7 +32,7 @@ global:
   jreImage: onap/integration-java11:7.1.0
   kubectlImage: bitnami/kubectl:1.19
   loggingImage: beats/filebeat:5.5.0
-  mariadbImage: bitnami/mariadb:10.5.8
+  mariadbImage: bitnami/mariadb:10.6.5
   nginxImage: bitnami/nginx:1.18-debian-10
   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
   readinessImage: onap/oom/readiness:3.0.1
index 133e59f..aecac0f 100755 (executable)
@@ -97,7 +97,7 @@ global:
   loggingImage: beats/filebeat:5.5.0
 
   # mariadb client image
-  mariadbImage: bitnami/mariadb:10.5.8
+  mariadbImage: bitnami/mariadb:10.6.5
 
   # nginx server image
   nginxImage: bitnami/nginx:1.18-debian-10