czerwonk / ping_exporter

Prometheus exporter for ICMP echo requests using https://github.com/digineo/go-ping
MIT License
530 stars 115 forks source link

Add a configmap checksum to the helm chart deployment #104

Closed eklesel closed 8 months ago

eklesel commented 8 months ago

In order to ensure that Kubernetes pods restart when the configmap is updated, we need to add an annotation to the pod template with the checksum of the configmap. Therefore, when the configmap changes, the pod template annotation also changes, and the deployment is updated.

Also included is a package for 1.1.0 and an update to the index.yaml, done by running helm package ping-exporter and helm repo index . respectively.

czerwonk commented 8 months ago

Thanks for contributing! :)