From cd634e06a7e67fa70f997fc7bb3e3db2a4e63a64 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Wed, 17 Jan 2024 04:14:38 +0000 Subject: [PATCH] update to oldest supported version skew Signed-off-by: Arlan Lloyd --- pkg/chartutil/capabilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/capabilities.go b/pkg/chartutil/capabilities.go index 5f57e11a5..f718792c8 100644 --- a/pkg/chartutil/capabilities.go +++ b/pkg/chartutil/capabilities.go @@ -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()