Skip to content

Commit a0563e0

Browse files
committed
Fixing leader image
1 parent 0b38f1c commit a0563e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/drain-node-on-crash/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
value: "{{ .Values.autoUncordon }}"
4848
resources:
4949
- name: leader
50-
image: "{{ .Values.leaderImage }}"
50+
image: "{{ .Values.leaderImage }}:{{ .Chart.AppVersion }}"
5151
args:
5252
- --election=drain-node-on-crash
5353
- --http=0.0.0.0:4040

0 commit comments

Comments
 (0)