update Kubernetes versions list
parent
3b895bd10d
commit
afb272d80d
|
@ -21,6 +21,8 @@ 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-rc.2",
|
||||
"v1.32.0-rc.1",
|
||||
"v1.32.0-rc.0",
|
||||
"v1.32.0-beta.0",
|
||||
"v1.32.0-alpha.3",
|
||||
|
|
Loading…
Reference in New Issue