Skip to content

Conversation

@xinWeiWei24
Copy link
Contributor

@xinWeiWei24 xinWeiWei24 commented Sep 2, 2025

When deploying runners with the latest image, set the ImagePullPolicy to Always to ensure the image is pulled every time.

@xinWeiWei24 xinWeiWei24 requested a review from fuweid September 3, 2025 04:27
Image: h.imageRef,
Name: "runner",
Image: h.imageRef,
ImagePullPolicy: corev1.PullAlways,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm concerning this will make running runners slower. When you release a new node, do you give it a new tag or reuse the tag? I'm asking because technically if you give it a new tag in every build, you won't have the problem of stale images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants