From 9eb472b64c0a504ece3d618c837c9a89e29e1bec Mon Sep 17 00:00:00 2001 From: "azimuth-automation-bot[bot]" <177105362+azimuth-automation-bot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:09:02 +0100 Subject: [PATCH] Bump helm to v3.16.1 (#149) This PR was created automatically to update helm to v3.16.1. Co-authored-by: mkjpryor <642657+mkjpryor@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1845ea2..2fd448b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update && \ apt-get install -y curl && \ rm -rf /var/lib/apt/lists/* -ARG HELM_VERSION=v3.15.4 +ARG HELM_VERSION=v3.16.1 RUN set -ex; \ OS_ARCH="$(uname -m)"; \ case "$OS_ARCH" in \