From 1d649fa29d9066ca476d8a1ac352ba7c70a20c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 30 Jul 2018 20:02:56 +0200 Subject: [PATCH] [stable/mariadb] Add chart and release labels in pods (#6905) --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/templates/master-statefulset.yaml | 1 + stable/mariadb/templates/slave-statefulset.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 54e32adfe3..4361d8d7a2 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 4.3.0 +version: 4.3.1 appVersion: 10.1.34 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: diff --git a/stable/mariadb/templates/master-statefulset.yaml b/stable/mariadb/templates/master-statefulset.yaml index 4aa7c28346..0d74f01ff9 100644 --- a/stable/mariadb/templates/master-statefulset.yaml +++ b/stable/mariadb/templates/master-statefulset.yaml @@ -19,6 +19,7 @@ spec: app: "{{ template "mariadb.name" . }}" component: "master" release: "{{ .Release.Name }}" + chart: {{ template "mariadb.chart" . }} spec: securityContext: runAsUser: 1001 diff --git a/stable/mariadb/templates/slave-statefulset.yaml b/stable/mariadb/templates/slave-statefulset.yaml index 8a06323faf..aa67d4a709 100644 --- a/stable/mariadb/templates/slave-statefulset.yaml +++ b/stable/mariadb/templates/slave-statefulset.yaml @@ -20,6 +20,7 @@ spec: app: "{{ template "mariadb.name" . }}" component: "slave" release: "{{ .Release.Name }}" + chart: {{ template "mariadb.chart" . }} spec: securityContext: runAsUser: 1001