Merge "[DOC] Add bounds to sphinx requirement"
authorFiachra Corcoran <fiachra.corcoran@est.tech>
Thu, 21 Apr 2022 14:37:31 +0000 (14:37 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 21 Apr 2022 14:37:31 +0000 (14:37 +0000)
kubernetes/common/mariadb-galera/values.yaml
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/multicloud/components/multicloud-k8s/values.yaml
kubernetes/onap/values.yaml

index 112b8c0..38f3e6e 100644 (file)
@@ -50,7 +50,7 @@ global:
   clusterDomain: cluster.local
   metrics: {}
 
-image: bitnami/mariadb-galera:10.6.5-debian-10-r28
+image: bitnami/mariadb-galera:10.5.8
 ## 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 34ce466..10703ef 100644 (file)
@@ -35,7 +35,7 @@ global:
   jreImage: onap/integration-java11:10.0.0
   kubectlImage: bitnami/kubectl:1.22.4
   loggingImage: beats/filebeat:5.5.0
-  mariadbImage: bitnami/mariadb:10.6.5-debian-10-r28
+  mariadbImage: bitnami/mariadb:10.5.8
   nginxImage: bitnami/nginx:1.21.4
   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
   readinessImage: onap/oom/readiness:3.0.1
index 844ac5e..b152af2 100644 (file)
@@ -24,7 +24,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/multicloud/k8s:0.10.0
+image: onap/multicloud/k8s:0.10.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 0e8dd21..6939a87 100755 (executable)
@@ -97,7 +97,7 @@ global:
   loggingImage: beats/filebeat:5.5.0
 
   # mariadb client image
-  mariadbImage: bitnami/mariadb:10.6.5-debian-10-r28
+  mariadbImage: bitnami/mariadb:10.5.8
 
   # nginx server image
   nginxImage: bitnami/nginx:1.21.4