From e56827462046488798e26cc7e8b1dc0439fe7da3 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 12 Oct 2020 22:39:13 +0200 Subject: [PATCH] Correct cron-job image.pullPolicy expected name --- charts/cron-jobs/Chart.yaml | 2 +- charts/cron-jobs/templates/_cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cron-jobs/Chart.yaml b/charts/cron-jobs/Chart.yaml index 94c391e..c3ba609 100644 --- a/charts/cron-jobs/Chart.yaml +++ b/charts/cron-jobs/Chart.yaml @@ -4,7 +4,7 @@ description: CronJobs library home: https://github.com/wyrihaximusnet/helm-charts icon: https://helm.wyrihaximus.net/images/charts/cron-jobs.png type: library -version: 0.1.1 +version: 0.1.2 maintainers: - name: WyriHaximus email: helm@wyrihaximus.net diff --git a/charts/cron-jobs/templates/_cronjob.yaml b/charts/cron-jobs/templates/_cronjob.yaml index f188481..2132904 100644 --- a/charts/cron-jobs/templates/_cronjob.yaml +++ b/charts/cron-jobs/templates/_cronjob.yaml @@ -32,7 +32,7 @@ spec: containers: - name: {{ .name }} image: "{{ .image.repository }}:{{ .image.tag }}" - imagePullPolicy: {{ .image.imagePullPolicy }} + imagePullPolicy: {{ .image.pullPolicy }} {{- with .container }} {{- toYaml . | nindent 12 }} {{- end }}