diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index cde5baa296..321c2e82c5 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 4.2.3 +version: 4.2.4 appVersion: 10.1.33 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/_helpers.tpl b/stable/mariadb/templates/_helpers.tpl index 73b82c2b10..5afe380ffe 100644 --- a/stable/mariadb/templates/_helpers.tpl +++ b/stable/mariadb/templates/_helpers.tpl @@ -46,7 +46,7 @@ Return the proper image name Return the proper image name */}} {{- define "metrics.image" -}} -{{- $registryName := .Values.metrics.mage.registry -}} +{{- $registryName := .Values.metrics.image.registry -}} {{- $repositoryName := .Values.metrics.image.repository -}} {{- $tag := .Values.metrics.image.tag | toString -}} {{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}