Skip to content

Commit

Permalink
BUG: fix image for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Aug 8, 2024
1 parent 2e368f2 commit 27b8951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
{{- end }}
containers:
- name: {{ include "kubernetes-ingress.name" . }}-{{ .Values.controller.name }}
image: "{{ .Values.controller.image.repository }}:{{ tpl .Values.controller.image.tag . }}"
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
args:
{{- if .Values.controller.defaultTLSSecret.enabled -}}
Expand Down

0 comments on commit 27b8951

Please sign in to comment.