Pods do not restart when Helm chart configuration changes (missing checksum annotations)
Changing values in the Helm chart (e.g. apiEndpoint) does not trigger a pod restart. For example:
openmetadata:
config:
pipelineServiceClientConfig:
enabled: true
apiEndpoint: http://airflow-web.default.svc.cluster.local:8080
After a helm upgrade, pods continue using the old configuration until they are manually deleted or the chart is reinstalled.
The chart is missing checksum annotations for Secrets/ConfigMaps. Adding these would ensure pods roll automatically when configuration changes.