diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index 84424505658ce..edbe2e016abc6 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -410,7 +410,7 @@ def get_airflow_extras(): DEFAULT_EXECUTOR = CURRENT_EXECUTORS[0] KIND_VERSION = "v0.23.0" -HELM_VERSION = "v3.14.0" +HELM_VERSION = "v3.15.0" # Initialize image build variables - Have to check if this has to go to ci dataclass USE_AIRFLOW_VERSION = None