From 78ed54603c52e472abb1563428ee3667c4f6ec48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:29:54 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.15.2 --- cluster/core/cert-manager/helm-release.yaml | 2 +- cluster/crds/cert-manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/core/cert-manager/helm-release.yaml b/cluster/core/cert-manager/helm-release.yaml index 9f1d4c08..bd223f72 100644 --- a/cluster/core/cert-manager/helm-release.yaml +++ b/cluster/core/cert-manager/helm-release.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: cert-manager - version: v1.8.0 + version: v1.15.2 sourceRef: kind: HelmRepository name: jetstack-charts diff --git a/cluster/crds/cert-manager/kustomization.yaml b/cluster/crds/cert-manager/kustomization.yaml index 05405e0e..443c5569 100644 --- a/cluster/crds/cert-manager/kustomization.yaml +++ b/cluster/crds/cert-manager/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: # renovate: registryUrl=https://charts.jetstack.io chart=cert-manager - - https://github.com/jetstack/cert-manager/releases/download/v1.8.0/cert-manager.crds.yaml + - https://github.com/jetstack/cert-manager/releases/download/v1.15.2/cert-manager.crds.yaml