Skip to content

Commit

Permalink
Merge pull request #414 from buildkite/pull-if-not-present-2
Browse files Browse the repository at this point in the history
PullIfNotPresent agent server container
  • Loading branch information
DrJosh9000 authored Nov 7, 2024
2 parents 6b46c8f + 2bf7e84 commit db7479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func (w *worker) Build(podSpec *corev1.PodSpec, skipCheckout bool, inputs buildI
Image: w.cfg.Image,
WorkingDir: "/workspace",
VolumeMounts: volumeMounts,
ImagePullPolicy: corev1.PullAlways,
ImagePullPolicy: corev1.PullIfNotPresent,
Env: []corev1.EnvVar{
{
Name: "BUILDKITE_KUBERNETES_EXEC",
Expand Down

0 comments on commit db7479b

Please sign in to comment.