From 4536e6f0269022ce4058c16ff4e0a295ece79ee1 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:10:38 +0000 Subject: [PATCH] breaking: the dependency `helm/helm` has been updated to a new major version (v4.2.2), 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 ac0f647357..077b3dc5d2 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -15,7 +15,7 @@ ARG VERSION_KUBECTL=1.34.6 # renovate: datasource=github-tags depName=opentofu/opentofu ARG VERSION_OPENTOFU=1.11.8 # renovate: datasource=github-tags depName=helm/helm -ARG VERSION_HELM=3.20.2 +ARG VERSION_HELM=4.2.2 # renovate: datasource=github-tags depName=kubernetes-sigs/kind ARG VERSION_KIND=0.32.0 # renovate: datasource=github-tags depName=derailed/k9s