From 2bd901c9abc28f1b6ea24389d6891930d6d90dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 09:01:50 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v4.2.0 --- tests/oidc-guard-tests/EndToEnd/Helm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oidc-guard-tests/EndToEnd/Helm.cs b/tests/oidc-guard-tests/EndToEnd/Helm.cs index 4486574..04eab18 100644 --- a/tests/oidc-guard-tests/EndToEnd/Helm.cs +++ b/tests/oidc-guard-tests/EndToEnd/Helm.cs @@ -8,7 +8,7 @@ namespace oidc_guard_tests.EndToEnd; public class Helm { - public static string HelmVersion = "4.1.4"; + public static string HelmVersion = "4.2.0"; public static string FileName { get; } = "helm" + (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".exe" : "");