From 6be261f601b2e5db9825a167d5d2d160cb795e8e Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 9 Dec 2025 16:59:51 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.19.2 --- kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/kustomization.yaml b/kind/kustomization.yaml index b9592e3..ecbd99b 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.1 + version: v1.19.2 valuesInline: crds: enabled: true