Skip to content

Commit 2c66fe4

Browse files
chore(deps): update dependency helm/helm to v4.2.2 (#674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afbd53d commit 2c66fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/oidc-guard-tests/EndToEnd

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 = "4.2.0";
11+
public static string HelmVersion = "4.2.2";
1212

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

0 commit comments

Comments
 (0)