Skip to content

Commit

Permalink
Use an always pull policy (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 13, 2024
1 parent e590501 commit c442292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
repository: "summerwind/actions-runner-controller"
actionsRunnerRepositoryAndTag: "summerwind/actions-runner:latest"
dindSidecarRepositoryAndTag: "docker:dind"
pullPolicy: IfNotPresent
pullPolicy: Always
# The default image-pull secrets name for self-hosted runner container.
# It's added to spec.ImagePullSecrets of self-hosted runner pods.
actionsRunnerImagePullSecrets: []
Expand Down

0 comments on commit c442292

Please sign in to comment.