Skip to content

Commit

Permalink
Upgrade to latest Helm version (#45258)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Dec 28, 2024
1 parent 51fea3e commit 0efd9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) \
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0efd9e6

Please sign in to comment.