Bump minimum Kubernetes version to 1.33

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2026-02-24 11:57:56 +00:00
parent 436dc7920a
commit fd547dfe42
No known key found for this signature in database
GPG key ID: 4639F038AE28FBFF
4 changed files with 6 additions and 6 deletions

View file

@ -60,7 +60,7 @@ type checkFlags struct {
}
var kubernetesConstraints = []string{
">=1.32.0-0",
">=1.33.0-0",
}
var checkArgs checkFlags

View file

@ -1,3 +1,3 @@
► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.32.0-0
✔ Kubernetes {{ .serverVersion }} >=1.33.0-0
✔ prerequisites checks passed