make prepare/patch

pull/3235/head^2
nicholasSUSE 2023-09-06 19:28:30 -03:00 committed by Lucas Machado
parent 1c36309362
commit fe89b39a7a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- charts-original/templates/deployment.yaml
+++ charts/templates/deployment.yaml
@@ -37,7 +37,7 @@
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
+ image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http