Skip to content

Commit

Permalink
Updates ImagePullPolicy to IfNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSalisbury committed Jul 25, 2024
1 parent 4c5d7bf commit 057a92d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Change CronJob ImagePullPolicy from Always to IfNotPresent to reduce image network traffic.

## [0.11.2] - 2023-12-06

### Changed
Expand Down
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 057a92d

Please sign in to comment.