From 3a79e716b55e917727043a95dabeab20117d001d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:55:49 +0000 Subject: [PATCH] feat(charts): update helm release cert-manager to v1.14.3 Signed-off-by: xfgjdsytdsg --- 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 283a253..8c5da2f 100644 --- a/cluster/core/cert-manager/helm-release.yaml +++ b/cluster/core/cert-manager/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.jetstack.io/ chart: cert-manager - version: v1.5.3 + 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 f009854..249911f 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.5.3/cert-manager.crds.yaml + - https://github.com/jetstack/cert-manager/releases/download/v1.14.3/cert-manager.crds.yaml