[bitnami/mariadb-galera] podLabels chomps newline (#2180)

* [bitnami/mariadb-galera] podLabels chomps newline
This commit is contained in:
connorearl
2020-04-01 03:41:31 -06:00
committed by GitHub
parent 5de51a3437
commit 26d0014a0d
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb-galera
version: 1.0.1
version: 1.0.2
appVersion: 10.4.12
description: MariaDB Galera is a multi-master database cluster solution for synchronous replication and high availability.
keywords:

View File

@@ -36,7 +36,7 @@ helm.sh/chart: {{ include "mariadb-galera.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.podLabels }}
{{- toYaml .Values.podLabels -}}
{{ toYaml .Values.podLabels -}}
{{- end }}
{{- end -}}

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 10.4.12-debian-10-r54
tag: 10.4.12-debian-10-r62
## 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
@@ -482,7 +482,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-10-r58
tag: 0.12.1-debian-10-r64
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 10.4.12-debian-10-r54
tag: 10.4.12-debian-10-r62
## 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
@@ -482,7 +482,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-10-r58
tag: 0.12.1-debian-10-r64
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.