mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Update DefaultKubeVersion
This commit is contained in:
@@ -4,7 +4,7 @@ const (
|
|||||||
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
|
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
|
||||||
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
|
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
|
||||||
// Should update for each minor release!
|
// Should update for each minor release!
|
||||||
DefaultKubeBinaryVersion = "1.31"
|
DefaultKubeBinaryVersion = "1.33"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@@ -4,7 +4,7 @@ const (
|
|||||||
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
|
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
|
||||||
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
|
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
|
||||||
// Should update for each minor release!
|
// Should update for each minor release!
|
||||||
DefaultKubeBinaryVersion = "1.31"
|
DefaultKubeBinaryVersion = "1.33"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Reference in New Issue
Block a user