From 17c97b43338fd86c8ac7146924ae3f7df4473265 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Apr 2026 15:06:49 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.20.2 (#253) --- 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 8ae7f24..b97f47c 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.1 + version: v1.20.2 valuesInline: crds: enabled: true