update Kubernetes versions list
parent
f881b3340e
commit
79936adc86
|
@ -21,6 +21,7 @@ package constants
|
|||
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
|
||||
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
|
||||
var ValidKubernetesVersions = []string{
|
||||
"v1.29.0-alpha.1",
|
||||
"v1.28.2",
|
||||
"v1.28.1",
|
||||
"v1.28.0",
|
||||
|
|
Loading…
Reference in New Issue