tanvn commented on PR #26873: URL: https://github.com/apache/airflow/pull/26873#issuecomment-1340590340
Hi, today I tried upgrading to 2.5.0 with helm-chart version 1.7.0 and found the following warning messages ``` > (app-root) bash-4.2$ airflow version /opt/app-root/lib64/python3.8/site-packages/airflow/cli/cli_parser.py:905 DeprecationWarning: The namespace option in [kubernetes] has been moved to the namespace option in [kubernetes_executor] - the old setting has been used, but please update your config. /opt/rh/rh-python38/root/usr/lib64/python3.8/configparser.py:408 FutureWarning: The config section [kubernetes] has been renamed to [kubernetes_executor]. Please update your `conf.get*` call to use the new name 2.5.0 ``` I think we have to update this part: https://github.com/apache/airflow/blob/main/chart/values.yaml#L1731 to change from `kubernetes` to `kubernetes_executor` as well, WDYT? @dstandish @uranusjr @potiuk -- 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]
