Skip to content

Commit

Permalink
Merge pull request #238 from simoncaron/bugfix/fix-mariadb-isalive-in…
Browse files Browse the repository at this point in the history
…itcontainer

Add Missing Registry to MariaDB InitContainer
  • Loading branch information
tvories authored Jun 6, 2022
2 parents 13b025f + 0fb236e commit ea523e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 2.14.3
version: 2.14.4
appVersion: 23.0.3
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ spec:
{{- if .Values.mariadb.enabled }}
initContainers:
- name: mariadb-isalive
image: {{ .Values.mariadb.image.repository }}:{{ .Values.mariadb.image.tag }}
image: {{ .Values.mariadb.image.registry }}/{{ .Values.mariadb.image.repository }}:{{ .Values.mariadb.image.tag }}
env:
- name: MYSQL_USER
valueFrom:
Expand Down

0 comments on commit ea523e9

Please sign in to comment.