this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(charts): update cert-manager to v1.5.1 (#40)

Signed-off-by: Skyler Mäntysaari <samip5@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>

authored by

renovate[bot]
Renovate Bot
and committed by
GitHub
df8f2ad7 8cc268fd

+2 -2
+1 -1
cluster/core/cert-manager/helm-release.yaml
··· 11 11 spec: 12 12 # renovate: registryUrl=https://charts.jetstack.io/ 13 13 chart: cert-manager 14 - version: v1.5.0 14 + version: v1.5.1 15 15 sourceRef: 16 16 kind: HelmRepository 17 17 name: jetstack-charts
+1 -1
cluster/crds/cert-manager/kustomization.yaml
··· 2 2 kind: Kustomization 3 3 resources: 4 4 # renovate: registryUrl=https://charts.jetstack.io chart=cert-manager 5 - - https://github.com/jetstack/cert-manager/releases/download/v1.5.0/cert-manager.crds.yaml 5 + - https://github.com/jetstack/cert-manager/releases/download/v1.5.1/cert-manager.crds.yaml