PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
10 stars 0 forks source link

Fix image tag for release mode #130

Closed mitchnielsen closed 1 week ago

mitchnielsen commented 1 week ago

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