fix(common): typo in mariadb repo (#2271)

This commit is contained in:
Stavros Kois
2022-03-24 22:13:20 +02:00
committed by GitHub
parent 0e99af9ba9
commit d5ebad659d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 9.1.10
version: 9.1.11

View File

@@ -5,7 +5,7 @@ This template ensures pods with postgresql dependency have a delayed start
{{- $pghost := printf "%v-%v" .Release.Name "mariadb" }}
{{- if .Values.mariadb.enabled }}
- name: mariadb-init
image: "{{ .Values.mariadblImage.repository}}:{{ .Values.mariadblImage.tag }}"
image: "{{ .Values.mariadbImage.repository}}:{{ .Values.mariadbImage.tag }}"
env:
- name: MARIADB_HOST
valueFrom: