From f1993fdb373c61da22951c3c97a3b00861b49e12 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2026 16:05:51 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.21.1 (#293) --- 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 c9c2819..46444a4 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.21.0 + version: v1.21.1 valuesInline: crds: enabled: true