diff --git a/Dockerfile.ci b/Dockerfile.ci index 6d160952b4964..7c0b529d4711f 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1254,7 +1254,7 @@ RUN bash /scripts/docker/install_mysql.sh prod \ && chmod 0440 /etc/sudoers.d/airflow # Install Helm -ARG HELM_VERSION="v3.15.3" +ARG HELM_VERSION="v3.16.4" RUN SYSTEM=$(uname -s | tr '[:upper:]' '[:lower:]') \ && PLATFORM=$([ "$(uname -m)" = "aarch64" ] && echo "arm64" || echo "amd64" ) \ diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index c154318aa515d..9fccc368c7982 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -557,7 +557,7 @@ def get_airflow_extras(): DEFAULT_EXECUTOR = CURRENT_EXECUTORS[0] KIND_VERSION = "v0.26.0" -HELM_VERSION = "v3.15.3" +HELM_VERSION = "v3.16.4" # Initialize image build variables - Have to check if this has to go to ci dataclass USE_AIRFLOW_VERSION = None