Add an image.registry setting, patterned after postgresql chart.
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -75,7 +75,7 @@ spec: | ... | @@ -75,7 +75,7 @@ spec: |
75 | {{- define "moqui-container-pod" }} | 75 | {{- define "moqui-container-pod" }} |
76 | securityContext: | 76 | securityContext: |
77 | {{- toYaml .Values.securityContext | nindent 12 }} | 77 | {{- toYaml .Values.securityContext | nindent 12 }} |
78 | image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" | 78 | image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" |
79 | imagePullPolicy: {{ .Values.image.pullPolicy }} | 79 | imagePullPolicy: {{ .Values.image.pullPolicy }} |
80 | command: ["java", "-server", "-XX:-OmitStackTraceInFastThrow", "-cp", ".", "MoquiStart"] | 80 | command: ["java", "-server", "-XX:-OmitStackTraceInFastThrow", "-cp", ".", "MoquiStart"] |
81 | envFrom: | 81 | envFrom: | ... | ... |
-
Please register or sign in to post a comment