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