fix(common): typo in mariadb repo (#2271)
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 9.1.10
|
||||
version: 9.1.11
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user