From a0563e0da007ab3e3c4e1ad794726823aec7b073 Mon Sep 17 00:00:00 2001 From: Matthew Mattox Date: Tue, 8 Sep 2020 21:48:10 -0500 Subject: [PATCH] Fixing leader image --- chart/drain-node-on-crash/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/drain-node-on-crash/templates/deployment.yaml b/chart/drain-node-on-crash/templates/deployment.yaml index afb1956..66f9615 100644 --- a/chart/drain-node-on-crash/templates/deployment.yaml +++ b/chart/drain-node-on-crash/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: value: "{{ .Values.autoUncordon }}" resources: - name: leader - image: "{{ .Values.leaderImage }}" + image: "{{ .Values.leaderImage }}:{{ .Chart.AppVersion }}" args: - --election=drain-node-on-crash - --http=0.0.0.0:4040