Skip to content

Commit

Permalink
generic 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Jul 14, 2020
1 parent 7eaf903 commit 327e027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/generic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: generic
description: Generic Chart
version: 1.6.5
version: 1.6.6
2 changes: 1 addition & 1 deletion charts/generic/templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ spec:
serviceAccountName: {{ include "generic.serviceAccountName" $ }}
{{- with $.Values.securityContext }}
securityContext: {{ toYaml . | nindent 8 }}
{{- end }}
{{- with $job.restartPolicy }}
restartPolicy: {{ . }}
{{- end }}
{{- end }}
containers:
- name: {{ $job.name | default $jobName }}
image: "{{ $job.image.repository }}:{{ $job.image.tag }}"
Expand Down

0 comments on commit 327e027

Please sign in to comment.