Skip to content

Commit 9cf4b5c

Browse files
chore(deps): update dependency helm/helm to v3.18.6 (#491)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 921bbf3 commit 9cf4b5c

File tree

1 file changed

+1
-1
lines changed
  • tests/oidc-guard-tests/EndToEnd

1 file changed

+1
-1
lines changed

tests/oidc-guard-tests/EndToEnd/Helm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace oidc_guard_tests.EndToEnd;
88

99
public class Helm
1010
{
11-
public static string HelmVersion = "3.17.3";
11+
public static string HelmVersion = "3.18.6";
1212

1313
public static string FileName { get; } = "helm" + (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".exe" : "");
1414

0 commit comments

Comments
 (0)