Synchronize upstreamed folder to dabdba3

This commit is contained in:
bitnami-bot
2018-06-18 10:36:59 +00:00
parent 402cd65e9e
commit b764fc9fbf
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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 -}}