Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image tag for release mode #130

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Fix image tag for release mode #130

merged 1 commit into from
Nov 7, 2024

Conversation

mitchnielsen
Copy link
Contributor

@mitchnielsen mitchnielsen commented Nov 6, 2024

When the input mode is 'release', we need to trim the 'v' prefix because the container image tags don't have that prefix. This has caused the prefect-operator Deployment in the staging environment to fail with "ImagePullBackOff".

Closes https://linear.app/prefect/issue/PLA-634/prefect-operator-deployment-in-stg-in-imagepullbackoff

image

When the input mode is 'release', we need to trim the 'v' prefix because
the container image tags don't have that prefix. This has caused the
prefect-operator Deployment in the staging environment to fail with
"ImagePullBackOff".

Closes https://linear.app/prefect/issue/PLA-634/prefect-operator-deployment-in-stg-in-imagepullbackoff
@mitchnielsen mitchnielsen added the maintenance Maintenance-related changes label Nov 6, 2024
@mitchnielsen mitchnielsen self-assigned this Nov 6, 2024
@mitchnielsen mitchnielsen marked this pull request as ready for review November 6, 2024 16:54
@mitchnielsen mitchnielsen requested review from chrisguidry and a team as code owners November 6, 2024 16:54
@mitchnielsen mitchnielsen merged commit b51325e into main Nov 7, 2024
1 check passed
@mitchnielsen mitchnielsen deleted the fix-image-tag branch November 7, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants