joe-elliott / cert-exporter

A Prometheus exporter that publishes cert expirations on disk and in Kubernetes secrets
Apache License 2.0
316 stars 87 forks source link

fix: deploy go on new tag naming #103

Closed thameezb closed 2 years ago

thameezb commented 2 years ago

Go binaries have not been published since v2.6.x, this fixes the release package to run based on the new naming scheme used

thameezb commented 2 years ago

Assign @joe-elliott

joe-elliott commented 2 years ago

Thank you for the update! However, I believe things are working as intended. It is not clear but the the cert-exporter-* tags are helm chart updates and the v* tags are binary updates.

The last update to the binary was here: https://github.com/joe-elliott/cert-exporter/releases/tag/v2.7.0

Thanks for taking the time to dig into this!

thameezb commented 2 years ago

Thank you for the update! However, I believe things are working as intended. It is not clear but the the cert-exporter-* tags are helm chart updates and the v* tags are binary updates.

The last update to the binary was here: https://github.com/joe-elliott/cert-exporter/releases/tag/v2.7.0

Thanks for taking the time to dig into this!

Ah I clearly misunderstood how versioning takes place in this repo (all good - will close)