From a7b7b543da32760d8838df15ab317f05d8b2cdc0 Mon Sep 17 00:00:00 2001 From: mkjpryor <642657+mkjpryor@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:25:13 +0000 Subject: [PATCH] Update helm to v4.0.4 --- sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/Dockerfile b/sync/Dockerfile index 033e90fb6..5ef4d07c6 100644 --- a/sync/Dockerfile +++ b/sync/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ # Install yq from the official Docker image COPY --from=mikefarah/yq /usr/bin/yq /usr/bin/ -ARG HELM_VERSION=v3.19.0 +ARG HELM_VERSION=v4.0.4 RUN set -ex; \ OS_ARCH="$(uname -m)"; \ case "$OS_ARCH" in \