This merge request introduces a checksum annotation for the deployment template to ensure that changes in the ConfigMap trigger a pod restart.
Changes
Chart.yaml
Bumped chart version from 0.1.1 to 0.1.2.
deployment.yaml
Added checksum/config annotation to the pod template metadata to include a hash of the ConfigMap, ensuring that changes to the ConfigMap will trigger a pod restart.
Context
The addition of the checksum annotation in deployment.yaml helps maintain the integrity of the deployment by ensuring that any updates to the ConfigMap will result in the pods being restarted, thus applying the new configuration.
This update is crucial for maintaining the reliability and consistency of the dnsbl-exporter application running on Kubernetes.
Summary
This merge request introduces a checksum annotation for the deployment template to ensure that changes in the ConfigMap trigger a pod restart.
Changes
0.1.1
to0.1.2
.checksum/config
annotation to the pod template metadata to include a hash of the ConfigMap, ensuring that changes to the ConfigMap will trigger a pod restart.Context
deployment.yaml
helps maintain the integrity of the deployment by ensuring that any updates to the ConfigMap will result in the pods being restarted, thus applying the new configuration.This update is crucial for maintaining the reliability and consistency of the dnsbl-exporter application running on Kubernetes.