Merge pull request #1117 from auricom/renovate/cert-manager-1.4.x

fix(charts): update cert-manager to v1.4.2
This commit is contained in:
auricom
2021-08-02 22:16:42 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,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.4.1/cert-manager.crds.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.4.2/cert-manager.crds.yaml

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.jetstack.io/
chart: cert-manager
version: v1.4.1
version: v1.4.2
sourceRef:
kind: HelmRepository
name: jetstack-charts