From 9e8fa093dc3c57cb4108cb0cd6be7d4c8a42e071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:03:09 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.14.3 --- 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..a8bffb5a 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.14.3 sourceRef: kind: HelmRepository name: jetstack-charts diff --git a/cluster/crds/cert-manager/kustomization.yaml b/cluster/crds/cert-manager/kustomization.yaml index 05405e0e..249911f4 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.14.3/cert-manager.crds.yaml