From d42181c84075297527e59006620693fe660b8acb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:23:21 +0000 Subject: [PATCH] feat(deps): update helm release cert-manager to v1.13.0 Signed-off-by: Danny Froberg --- cluster/core/networking/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/networking/cert-manager/helm-release.yaml b/cluster/core/networking/cert-manager/helm-release.yaml index 3c6d131bf..f02827ce6 100644 --- a/cluster/core/networking/cert-manager/helm-release.yaml +++ b/cluster/core/networking/cert-manager/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://charts.jetstack.io/ chart: cert-manager - version: v1.9.1 + version: v1.13.0 sourceRef: kind: HelmRepository name: jetstack-charts diff --git a/cluster/crds/cert-manager/kustomization.yaml b/cluster/crds/cert-manager/kustomization.yaml index 6d800cbcd..9bf8369d6 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.9.1/cert-manager.crds.yaml + - https://github.com/jetstack/cert-manager/releases/download/v1.13.0/cert-manager.crds.yaml