update Kubernetes versions list (#19817)
parent
eb39d85f77
commit
ed3e5b6592
|
@ -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.32.0-alpha.2",
|
||||
"v1.32.0-alpha.1",
|
||||
"v1.31.1",
|
||||
"v1.31.0",
|
||||
|
|
Loading…
Reference in New Issue