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