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

jedcunningham 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 2682dd6b2c Update Helm version in Breeze as well (#25589)
2682dd6b2c is described below

commit 2682dd6b2c2f2de95cda435984832e8421d0497b
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Aug 8 20:27:54 2022 +0200

    Update Helm version in Breeze as well (#25589)
    
    Follow-up after #25582 - Helm version was still not upgraded in
    Breeze and Docker CI image.
    
    This PR fixes it.
---
 Dockerfile.ci                                     | 2 +-
 dev/breeze/src/airflow_breeze/global_constants.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index ad6c0e7abf..76d8e5b730 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -1054,7 +1054,7 @@ ARG RUNTIME_APT_DEPS="\
       xxd"
 
 # Install Helm
-ARG HELM_VERSION="v3.6.3"
+ARG HELM_VERSION="v3.9.2"
 
 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 5426c96281..db933d8f93 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -55,7 +55,7 @@ ALLOWED_INTEGRATIONS = [
 ALLOWED_KUBERNETES_MODES = ['image']
 ALLOWED_KUBERNETES_VERSIONS = ['v1.24.0', 'v1.23.6', 'v1.22.9', 'v1.21.12', 
'v1.20.15']
 ALLOWED_KIND_VERSIONS = ['v0.14.0']
-ALLOWED_HELM_VERSIONS = ['v3.6.3']
+ALLOWED_HELM_VERSIONS = ['v3.9.2']
 ALLOWED_EXECUTORS = ['KubernetesExecutor', 'CeleryExecutor', 'LocalExecutor', 
'CeleryKubernetesExecutor']
 ALLOWED_KIND_OPERATIONS = ['start', 'stop', 'restart', 'status', 'deploy', 
'test', 'shell', 'k9s']
 ALLOWED_CONSTRAINTS_MODES_CI = ['constraints-source-providers', 'constraints', 
'constraints-no-providers']
@@ -239,7 +239,7 @@ ENABLED_SYSTEMS = ""
 CURRENT_KUBERNETES_MODES = ['image']
 CURRENT_KUBERNETES_VERSIONS = ['v1.24.0', 'v1.23.6', 'v1.22.9', 'v1.21.12', 
'v1.20.15']
 CURRENT_KIND_VERSIONS = ['v0.14.0']
-CURRENT_HELM_VERSIONS = ['v3.6.3']
+CURRENT_HELM_VERSIONS = ['v3.9.2']
 CURRENT_EXECUTORS = ['KubernetesExecutor']
 
 DEFAULT_KUBERNETES_MODE = CURRENT_KUBERNETES_MODES[0]

Reply via email to