From ea5c6b789bd506212a7c252bb9ae52d1e66c239b Mon Sep 17 00:00:00 2001 From: mkjpryor <642657+mkjpryor@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:23:47 +0000 Subject: [PATCH] Bump helm to v4.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52ad145..6fa0d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:24.04 AS helm RUN apt-get update && \ apt-get install -y curl wget ca-certificates -ARG HELM_VERSION=v3.21.2 +ARG HELM_VERSION=v4.2.2 RUN set -ex; \ OS_ARCH="$(uname -m)"; \ case "$OS_ARCH" in \