Skip to content

Commit

Permalink
Merge pull request #35 from WyriHaximusNet/Correct-cron-job-image.pul…
Browse files Browse the repository at this point in the history
…lPolicy-expected-name

Correct cron-job image.pullPolicy expected name
  • Loading branch information
WyriHaximus authored Oct 12, 2020
2 parents 86cddbf + e568274 commit 74846a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cron-jobs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
2 changes: 1 addition & 1 deletion charts/cron-jobs/templates/_cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 74846a8

Please sign in to comment.