Skip to content

Commit

Permalink
Fix chart webhook reference
Browse files Browse the repository at this point in the history
  • Loading branch information
damsien committed May 28, 2024
1 parent 40eb62d commit f5a732a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/0.0.1/templates/controller/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address={{ .Values.controller.metrics.bindAddress }}"
{{- end }}
image: {{ .Values.imagePrefix }}/{{ .Chart.Name }}-manager:{{ .Chart.Version }}
image: {{ .Values.imagePrefix }}/{{ .Chart.Name }}:{{ .Chart.Version }}
env:
- name: MANAGER_NAMESPACE
valueFrom:
Expand Down

0 comments on commit f5a732a

Please sign in to comment.