Update DefaultKubeVersion

This commit is contained in:
Rafael Breno 2025-07-16 14:22:46 -03:00
parent 233a88cabb
commit 10838467d8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const (
// 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 "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.31"
DefaultKubeBinaryVersion = "1.33"
)
var (

View File

@ -4,7 +4,7 @@ const (
// 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 "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.31"
DefaultKubeBinaryVersion = "1.33"
)
var (