Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

chore(deps): update helm release cert-manager to v1.11.5 #212

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/core/cert-manager/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://charts.jetstack.io/
chart: cert-manager
version: v1.11.0
version: v1.11.5
sourceRef:
kind: HelmRepository
name: jetstack-charts
Expand Down
2 changes: 1 addition & 1 deletion cluster/crds/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0/cert-manager.crds.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.11.5/cert-manager.crds.yaml
Loading