I was trying to deploy the helm chart v0.74, but it doesn't seem to work by default.
The image tag logic that comes with the chart uses the image ghcr.io/pgdogdev/pgdog:0.1.52 (see appVersion) but that doesn't exist, only one prefixed with v exists (like: ghcr.io/pgdogdev/pgdog:v0.1.52)
I've checked the versions available, and I see the previous version 0.1.51 has both available (with and without the prefix "v") - but that's not the case for 0.1.52
Fix consistency suggestion:
Make the release logic push both (with and without "v" prefix)
https://github.com/pgdogdev/pgdog/blob/f20fec402e5fd379ad4d2985e6989e205d480aa6/.github/workflows/release-binaries.yml#L75-L82
I was trying to deploy the helm chart v0.74, but it doesn't seem to work by default.
The image tag logic that comes with the chart uses the image
ghcr.io/pgdogdev/pgdog:0.1.52(see appVersion) but that doesn't exist, only one prefixed withvexists (like: ghcr.io/pgdogdev/pgdog:v0.1.52)I've checked the versions available, and I see the previous version
0.1.51has both available (with and without the prefix "v") - but that's not the case for 0.1.52Fix consistency suggestion:
Make the release logic push both (with and without "v" prefix)
https://github.com/pgdogdev/pgdog/blob/f20fec402e5fd379ad4d2985e6989e205d480aa6/.github/workflows/release-binaries.yml#L75-L82