From c4422924b25e4673dadd87f772d3cc8990805cf0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 13 Oct 2024 12:47:59 -0400 Subject: [PATCH] Use an always pull policy (#629) --- terraform/values.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/values.yaml.template b/terraform/values.yaml.template index 65d2a9ba..3ed5a2ff 100644 --- a/terraform/values.yaml.template +++ b/terraform/values.yaml.template @@ -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: []