shashbha14 opened a new pull request, #62178: URL: https://github.com/apache/airflow/pull/62178
Summary- Fixes #62146 The `checksum/jwt-secret` pod template annotation was absent from the `dag-processor`, `triggerer`, and `worker` Deployment templates, which use the `jwt-secret` Secret (injected via `standard_airflow_environment`). This meant that while the `api-server` and `scheduler` already restarted automatically, updating the jwt-secret for those workloads required a manual `kubectl rollout restart`. The `checksum/jwt-secret` annotation is added in this PR and is protected by `semverCompare ">=3.0.0"` and `not.Values.jwtSecretName`) to: - `chart/templates/dag-processor/dag-processor-deployment.Yaml"chart/templates/triggerer/triggerer-deployment"Yaml- `chart/templates/workers/worker-deployment.yaml` The annotation matches the ones that are already present in the api-server and scheduler templates. -- 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]
