This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0efd9e6a2fa Upgrade to latest Helm version (#45258)
0efd9e6a2fa is described below

commit 0efd9e6a2fa8bde0f6c14e88951b44badca063a2
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Dec 28 08:13:08 2024 +0100

    Upgrade to latest Helm version (#45258)
---
 Dockerfile.ci                                     | 2 +-
 dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index 6d160952b49..7c0b529d471 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 c154318aa51..9fccc368c79 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -557,7 +557,7 @@ DEFAULT_KUBERNETES_VERSION = CURRENT_KUBERNETES_VERSIONS[0]
 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

Reply via email to