From a080ac8970814141ddeb2d89e45ad39db403ec22 Mon Sep 17 00:00:00 2001 From: Martin Schimandl Date: Sat, 1 Oct 2022 13:56:03 +0100 Subject: [PATCH] Update Chart kubeVersion to >=1.20.0-0 Signed-off-by: Martin Schimandl --- deploy/charts/cert-manager/Chart.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/Chart.template.yaml b/deploy/charts/cert-manager/Chart.template.yaml index 689340cca..e3271dd7b 100644 --- a/deploy/charts/cert-manager/Chart.template.yaml +++ b/deploy/charts/cert-manager/Chart.template.yaml @@ -3,7 +3,7 @@ name: cert-manager # The version and appVersion fields are set automatically by the release tool version: v0.1.0 appVersion: v0.1.0 -kubeVersion: ">= 1.19.0-0" +kubeVersion: ">= 1.20.0-0" description: A Helm chart for cert-manager home: https://github.com/cert-manager/cert-manager icon: https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png