We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ca6c1 commit 67bbfedCopy full SHA for 67bbfed
tests/oidc-guard-tests/EndToEnd/Helm.cs
@@ -8,7 +8,7 @@ namespace oidc_guard_tests.EndToEnd;
8
9
public class Helm
10
{
11
- public static string HelmVersion = "3.18.6";
+ public static string HelmVersion = "3.19.0";
12
13
public static string FileName { get; } = "helm" + (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".exe" : "");
14
0 commit comments