From 2efa7f64639ca4d5a3945f57f699fecffc413b65 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Aug 2026 15:05:54 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.21.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 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