Update Kubernetes min supported version to 1.30

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2025-02-20 14:41:49 +02:00
parent 45da6a86f8
commit 14da7d58be
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
3 changed files with 4 additions and 4 deletions

View file

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

View file

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