update Kubernetes versions list
parent
37eeaddf7a
commit
6216c8b99e
|
@ -21,6 +21,7 @@ package constants
|
||||||
// ValidKubernetesVersions is a list of Kubernetes versions in order from newest to oldest
|
// 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
|
// This is used when outputting Kubernetes versions and to select the latest patch version when unspecified
|
||||||
var ValidKubernetesVersions = []string{
|
var ValidKubernetesVersions = []string{
|
||||||
|
"v1.30.0-alpha.1",
|
||||||
"v1.29.1",
|
"v1.29.1",
|
||||||
"v1.29.0",
|
"v1.29.0",
|
||||||
"v1.29.0-rc.2",
|
"v1.29.0-rc.2",
|
||||||
|
|
Loading…
Reference in New Issue