potiuk commented on code in PR #28168: URL: https://github.com/apache/airflow/pull/28168#discussion_r1041343715
########## tests/charts/helm_template_generator.py: ########## @@ -34,7 +34,7 @@ CHART_DIR = str((Path(__file__).parent / ".." / ".." / "chart").resolve()) -DEFAULT_KUBERNETES_VERSION = "1.24.7" +DEFAULT_KUBERNETES_VERSION = "1.23.13" Review Comment: As @jedcunningham explained - to keep it consistent with the approach we have in Python/DBs (lowest version is default). -- 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]
