From d9b218aea4fbb7823d4d0ff83a56e512f876309f Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:26:54 +0000 Subject: [PATCH] breaking: the dependency `helm/helm` has been updated to a new major version (v4.1.3), which may include breaking changes. #major --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index aaab604f53..cd990b6d6f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -15,7 +15,7 @@ ARG VERSION_KUBECTL=1.32.9 # renovate: datasource=github-tags depName=opentofu/opentofu ARG VERSION_OPENTOFU=1.10.8 # renovate: datasource=github-tags depName=helm/helm -ARG VERSION_HELM=3.19.5 +ARG VERSION_HELM=4.1.3 # renovate: datasource=github-tags depName=kubernetes-sigs/kind ARG VERSION_KIND=0.31.0 # renovate: datasource=github-tags depName=derailed/k9s