Drop support for Kubernetes EOL versions

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-12-12 16:09:54 +02:00
parent 4c905310c0
commit c22d8f28f9
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ type checkFlags struct {
}
var kubernetesConstraints = []string{
">=1.25.0-0",
">=1.26.0-0",
}
var checkArgs checkFlags

View file

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