From 47aee0a87fcfbcf2ccb06ef091bca5b9055ed66b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 13:09:26 +0000 Subject: [PATCH] chore(deps): update helm release cert-manager to v1.9.1 --- 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 fdce349..7e6f187 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.7.1 + version: v1.9.1 sourceRef: kind: HelmRepository name: jetstack-charts diff --git a/cluster/crds/cert-manager/kustomization.yaml b/cluster/crds/cert-manager/kustomization.yaml index 264c4c9..6d800cb 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.7.1/cert-manager.crds.yaml + - https://github.com/jetstack/cert-manager/releases/download/v1.9.1/cert-manager.crds.yaml