From 62e4e3d2794ddd00057bcc63e366cf77eb26e162 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 7 Oct 2025 17:00:09 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.19.0 --- kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/kustomization.yaml b/kind/kustomization.yaml index 3d7e3ca..545dd8a 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.18.2 + version: v1.19.0 valuesInline: crds: enabled: true