zapier / prom-aggregation-gateway

An aggregating push gateway for Prometheus
Mozilla Public License 2.0
116 stars 26 forks source link

helm chart uses latest tag to pull image but latest tag doesn't exist #68

Closed marcusjfloyd closed 1 year ago

marcusjfloyd commented 1 year ago

The helm chart is set to pull the image with the latest tag from https://github.com/zapier/prom-aggregation-gateway/pkgs/container/prom-aggregation-gateway

But none of the images are tagged as latest so kubernetes fails to pull the image.

I ended up having to manually edit the deployment to use the latest version v0.7.1.

Should make sure that the most recent image push also gets the latest tag applied

mplachter commented 1 year ago

Thank you @marcusjfloyd. Fixing now 🚀

mplachter commented 1 year ago

This has been addressed in fixed in https://github.com/zapier/prom-aggregation-gateway/releases/tag/v0.8.0 we now have a latest image tag to make sure the helm charts work as desired.