Skip to content

Commit

Permalink
Updates ImagePullPolicy to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSalisbury authored Jul 25, 2024
1 parent 4c5d7bf commit 4009269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/silence-operator/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- --kubernetes.incluster=true
- --tag=installation={{ .Values.cluster.name }}
- --tag=provider={{ .Values.cluster.provider.kind }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
{{- with .Values.containerSecurityContext }}
{{- . | toYaml | nindent 14 }}
Expand Down

0 comments on commit 4009269

Please sign in to comment.