rohan9446 commented on PR #70896: URL: https://github.com/apache/airflow/pull/70896#issuecomment-5185559504
Thanks @Miretpl! Backport is up: #71129 The automated one failed because `chart/v1-2x-test` still supports Airflow 2 alongside 3, the JWT block there carries an extra `semverCompare ">=3.0.0" .Values.airflowVersion` gate, there's no `keda_airflow_environment` helper to anchor the new define against, and the helm tests live under `helm-tests/tests/`. The version gate now sits inside `jwt_secret_environment`, so Airflow 2 rendering is unchanged. Full chart suite passes locally (3454 tests). -- 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]
