Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a configmap checksum to the helm chart deployment #104

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

eklesel
Copy link
Contributor

@eklesel eklesel commented Feb 28, 2024

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 czerwonk merged commit bae52df into czerwonk:main Feb 28, 2024
4 checks passed
@czerwonk
Copy link
Owner

Thanks for contributing! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants