We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89377c commit 9c76d99Copy full SHA for 9c76d99
Lib/Neon.Kube/KubeVersions.cs
@@ -181,7 +181,7 @@ public static string BranchPart
181
/// <summary>
182
/// The version of Kubernetes to be installed.
183
/// </summary>
184
- public const string Kubernetes = "1.24.12";
+ public const string Kubernetes = "1.24.0";
185
186
187
/// The version of the Kubernetes dashboard to be installed.
@@ -229,7 +229,7 @@ public static string BranchPart
229
/// </para>
230
/// </note>
231
232
- public static readonly string Crio = PatchVersion(Kubernetes, 5); // 1.24.5 is the CRI-O release for Kubernetes 1.24.*
+ public static readonly string Crio = PatchVersion(Kubernetes, 0);
233
234
235
/// The version of Podman to be installed.
0 commit comments