Skip to content

Commit

Permalink
fix(helm): update helm release cert-manager to v1.13.2
Browse files Browse the repository at this point in the history
| datasource | package      | from    | to      |
| ---------- | ------------ | ------- | ------- |
| helm       | cert-manager | v1.13.0 | 1.13.2  |
| helm       | cert-manager | v1.13.0 | v1.13.2 |
  • Loading branch information
henry-pa-bot committed Dec 2, 2023
1 parent 8b6f6c5 commit 73d1814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.13.0
version: 1.13.2
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 @@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=helm registryUrl=https://charts.jetstack.io depName=cert-manager
- https://github.com/cert-manager/cert-manager/releases/download/v1.13.0/cert-manager.crds.yaml
- https://github.com/cert-manager/cert-manager/releases/download/1.13.2/cert-manager.crds.yaml

0 comments on commit 73d1814

Please sign in to comment.