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 da98381f4f Upgrade Helm in our tests to latest version available 
(#40668)
da98381f4f is described below

commit da98381f4f09918b5a4d02f355f26ade21ff5855
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Jul 12 15:25:49 2024 +0200

    Upgrade Helm in our tests to latest version available (#40668)
---
 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 a77829fb62..bed813a8dd 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1242,7 +1242,7 @@ RUN bash /scripts/docker/install_mysql.sh prod \
     && chmod 0440 /etc/sudoers.d/airflow
 
 # Install Helm
-ARG HELM_VERSION="v3.9.4"
+ARG HELM_VERSION="v3.15.3"
 
 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 e4eb3348a3..b2df6219db 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -435,7 +435,7 @@ DEFAULT_KUBERNETES_VERSION = CURRENT_KUBERNETES_VERSIONS[0]
 DEFAULT_EXECUTOR = CURRENT_EXECUTORS[0]
 
 KIND_VERSION = "v0.23.0"
-HELM_VERSION = "v3.15.0"
+HELM_VERSION = "v3.15.3"
 
 # Initialize image build variables - Have to check if this has to go to ci 
dataclass
 USE_AIRFLOW_VERSION = None

Reply via email to