github-actions[bot] opened a new pull request, #66627: URL: https://github.com/apache/airflow/pull/66627
* Add checksum/api-server-config to api-server deployment The api-server deployment template carries checksum annotations for all of its config sources except the api-server ConfigMap rendered from `apiServer.apiServerConfig`. Without it, changing `apiServerConfig` updates the ConfigMap but does not bump the pod template hash, so no rolling restart happens and api-server pods keep the old `webserver_config.py` until manually restarted. Add `checksum/api-server-config`, guarded by the same condition that controls whether `configmaps/api-server-configmap.yaml` renders. This mirrors the pattern used in #60111 for `checksum/jwt-secret`. closes: #66467 Signed-off-by: Martin Cekada <[email protected]> * Add newsfragment for #66468 Signed-off-by: Martin Cekada <[email protected]> * Remove newsfragments (needed only for important changes, not bugfixes) --------- (cherry picked from commit db2c6b18aa1c36aa5873d1d5342f31508bee84d3) Co-authored-by: Martin Cekada <[email protected]> Signed-off-by: Martin Cekada <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
