update to oldest supported version skew

Signed-off-by: Arlan Lloyd <arlanlloyd@gmail.com>
pull/12719/head
Arlan Lloyd 2 years ago
parent d3118c17fb
commit cd634e06a7

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

Loading…
Cancel
Save