From 94d4df51e2e51d0a56b6ba319a7d16f20d6081a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jul 2026 22:07:24 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.21.0 --- 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 5d804d2..b49d647 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.3 + version: v1.21.0 valuesInline: crds: enabled: true