From d0592842c35f94a2efb4207df8c0f22de39d9846 Mon Sep 17 00:00:00 2001 From: Yonah Dissen <47282577+yonahd@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:27:00 +0200 Subject: [PATCH] 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> --- 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..f63a89407 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 = "26" // DefaultVersionSet is the default version set, which includes only Core V1 ("v1"). DefaultVersionSet = allKnownVersions()