From 47220678989a550f84f0e0c1d48f9d8f1ef86a57 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 29 Jun 2025 11:54:58 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.18.1 --- kind/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/kustomization.yaml b/kind/kustomization.yaml index 5bf1a23..5be4dd2 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.0 + version: v1.18.1 valuesInline: crds: enabled: true