From 00f62f4d7916c1f7001b866df731d5d162c1cd33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:06:26 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.15.3 --- scripts/development/helmfile.yaml | 2 +- test/functional/helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/development/helmfile.yaml b/scripts/development/helmfile.yaml index 3c0442a8..767197b7 100644 --- a/scripts/development/helmfile.yaml +++ b/scripts/development/helmfile.yaml @@ -18,7 +18,7 @@ releases: - name: cert-manager namespace: cert-manager chart: jetstack/cert-manager - version: v1.14.5 + version: v1.15.3 values: - installCRDs: true extraArgs: diff --git a/test/functional/helmfile.yaml b/test/functional/helmfile.yaml index fe334560..4f86de17 100644 --- a/test/functional/helmfile.yaml +++ b/test/functional/helmfile.yaml @@ -45,7 +45,7 @@ releases: - name: cert-manager namespace: cert-manager chart: jetstack/cert-manager - version: v1.14.5 + version: v1.15.3 wait: true waitForJobs: true values: