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 3cd16ce commit 3a24b23Copy full SHA for 3a24b23
tests/oidc-guard-tests/EndToEnd/Kind.cs
@@ -13,7 +13,7 @@ public static class Kind
13
{
14
public static string KindVersion = "v0.30.0";
15
16
- public static string KubernetesVersion = "kindest/node:v1.33.4";
+ public static string KubernetesVersion = "kindest/node:v1.34.0";
17
18
public static string FileName { get; } = "kind" + (RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ".exe" : "");
19
0 commit comments