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 5e1f52f commit 793f30aCopy full SHA for 793f30a
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