diff --git a/bitnami/mariadb/Chart.yaml b/bitnami/mariadb/Chart.yaml index f7fbd61b21..77dd7fa45b 100644 --- a/bitnami/mariadb/Chart.yaml +++ b/bitnami/mariadb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mariadb -version: 7.10.1 +version: 7.10.2 appVersion: 10.3.24 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/bitnami/mariadb/templates/master-statefulset.yaml b/bitnami/mariadb/templates/master-statefulset.yaml index b80a71761e..e57444417a 100644 --- a/bitnami/mariadb/templates/master-statefulset.yaml +++ b/bitnami/mariadb/templates/master-statefulset.yaml @@ -32,6 +32,7 @@ spec: app: {{ template "mariadb.name" . }} chart: {{ template "mariadb.chart" . }} release: {{ .Release.Name }} + heritage: {{ .Release.Service }} component: master {{- include "mariadb.podLabels" . | nindent 8 }} spec: diff --git a/bitnami/mariadb/templates/slave-statefulset.yaml b/bitnami/mariadb/templates/slave-statefulset.yaml index a648ea642d..cca7fc8061 100644 --- a/bitnami/mariadb/templates/slave-statefulset.yaml +++ b/bitnami/mariadb/templates/slave-statefulset.yaml @@ -33,6 +33,7 @@ spec: app: {{ template "mariadb.name" . }} chart: {{ template "mariadb.chart" . }} release: {{ .Release.Name }} + heritage: {{ .Release.Service }} component: slave {{- include "mariadb.podLabels" . | nindent 8 }} spec: