From e62c538328bff6d6a1f905cd5ad729f2e63be62a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:10:27 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.15.2 --- infrastructures/cert-manager/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/cert-manager/base/kustomization.yaml b/infrastructures/cert-manager/base/kustomization.yaml index 3fb3808..3dede31 100644 --- a/infrastructures/cert-manager/base/kustomization.yaml +++ b/infrastructures/cert-manager/base/kustomization.yaml @@ -3,6 +3,6 @@ kind: Kustomization helmCharts: - name: cert-manager repo: https://charts.jetstack.io - version: v1.15.1 + version: v1.15.2 releaseName: cert-manager valuesFile: values.yaml \ No newline at end of file