Skip to content

Commit 9c76d99

Browse files
committed
#1769: revert to Kubernetes v1.24.0
1 parent b89377c commit 9c76d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/Neon.Kube/KubeVersions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public static string BranchPart
181181
/// <summary>
182182
/// The version of Kubernetes to be installed.
183183
/// </summary>
184-
public const string Kubernetes = "1.24.12";
184+
public const string Kubernetes = "1.24.0";
185185

186186
/// <summary>
187187
/// The version of the Kubernetes dashboard to be installed.
@@ -229,7 +229,7 @@ public static string BranchPart
229229
/// </para>
230230
/// </note>
231231
/// </summary>
232-
public static readonly string Crio = PatchVersion(Kubernetes, 5); // 1.24.5 is the CRI-O release for Kubernetes 1.24.*
232+
public static readonly string Crio = PatchVersion(Kubernetes, 0);
233233

234234
/// <summary>
235235
/// The version of Podman to be installed.

0 commit comments

Comments
 (0)