From 529aa7f5f53d5d29839ffdaa130060857e4861a1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 15 Oct 2025 15:59:08 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.19.1 --- kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/kustomization.yaml b/kind/kustomization.yaml index 41caa95..f2e021b 100644 --- a/kind/kustomization.yaml +++ b/kind/kustomization.yaml @@ -18,7 +18,7 @@ helmCharts: includeCRDs: true releaseName: cert-manager repo: https://charts.jetstack.io - version: v1.19.0 + version: v1.19.1 valuesInline: crds: enabled: true