Update default minor version to oldest supported version

Update the default minor version to the oldest supported version

Signed-off-by: Yonah Dissen <47282577+yonahd@users.noreply.github.com>
pull/12632/head
Yonah Dissen 2 years ago committed by GitHub
parent e6edb15067
commit d0592842c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ var (
// The Kubernetes version can be set by LDFLAGS. In order to do that the value // The Kubernetes version can be set by LDFLAGS. In order to do that the value
// must be a string. // must be a string.
k8sVersionMajor = "1" k8sVersionMajor = "1"
k8sVersionMinor = "20" k8sVersionMinor = "26"
// DefaultVersionSet is the default version set, which includes only Core V1 ("v1"). // DefaultVersionSet is the default version set, which includes only Core V1 ("v1").
DefaultVersionSet = allKnownVersions() DefaultVersionSet = allKnownVersions()

Loading…
Cancel
Save