From 99968b13b7e84761eba9f7854b1fdae84a4f78f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Mar 2026 16:06:09 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.20.0 (#248) --- k8s/infra/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/infra/kustomization.yaml b/k8s/infra/kustomization.yaml index fd150a3..b2e027a 100644 --- a/k8s/infra/kustomization.yaml +++ b/k8s/infra/kustomization.yaml @@ -16,7 +16,7 @@ helmCharts: includeCRDs: true releaseName: cert-manager repo: https://charts.jetstack.io - version: v1.19.4 + version: v1.20.0 valuesInline: crds: enabled: true