From 525e601bb2ae38e724aabd1115a0b56087a913ce Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Mar 2026 20:05:26 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.20.1 --- 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 94a91db..5297c0e 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.20.0 + version: v1.20.1 valuesInline: crds: enabled: true -- 2.52.0