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 42e93bfc8b helm version upgrade (#39828)
42e93bfc8b is described below
commit 42e93bfc8b3615f191eefb780e66e0a5bcd201ee
Author: Gopal Dirisala <[email protected]>
AuthorDate: Sun May 26 18:32:16 2024 +0530
helm version upgrade (#39828)
---
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index 8442450565..edbe2e016a 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -410,7 +410,7 @@ DEFAULT_KUBERNETES_VERSION = CURRENT_KUBERNETES_VERSIONS[0]
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