update indentation set for extra init container (#2447)

* update indentation set for extra init container

The indentation is set to {{ tpl .Values.master.extraInitContainers . | indent 8 }} in master which woprks fine , but on adding extra init container , slave statefull set fails due to {{ tpl .Values.master.extraInitContainers . | indent 6}}. Thus its a bug and need to be changed to {{ tpl .Values.master.extraInitContainers . | indent 8 }}

* bump the version

* Update slave-statefulset.yaml

* [bitnami/mariadb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Javier J. Salmerón-García <jsalmeron@bitnami.com>
Co-authored-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Ankitchandre
2020-05-05 16:49:50 +05:30
committed by GitHub
parent abafe3e327
commit cd6e33e679
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb
version: 7.4.0
version: 7.4.1
appVersion: 10.3.22
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:

View File

@@ -85,7 +85,7 @@ spec:
{{- include "mariadb.imagePullSecrets" . | indent 6 }}
initContainers:
{{- if .Values.master.extraInitContainers }}
{{ tpl .Values.master.extraInitContainers . | indent 6}}
{{- tpl .Values.master.extraInitContainers . | nindent 8 }}
{{- end }}
{{- if and .Values.volumePermissions.enabled .Values.slave.persistence.enabled }}
- name: volume-permissions

View File

@@ -19,7 +19,7 @@
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.3.22-debian-10-r103
tag: 10.3.22-debian-10-r107
## 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
@@ -487,7 +487,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-10-r94
tag: 0.12.1-debian-10-r98
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -19,7 +19,7 @@
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.3.22-debian-10-r103
tag: 10.3.22-debian-10-r107
## 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
@@ -475,7 +475,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-10-r94
tag: 0.12.1-debian-10-r98
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.