mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Update DefaultKubeVersion
This commit is contained in:
parent
233a88cabb
commit
10838467d8
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user