Skip to content

Commit

Permalink
feat(helm): update cert-manager group to v1.16.0
Browse files Browse the repository at this point in the history
| datasource | package                                  | from    | to      |
| ---------- | ---------------------------------------- | ------- | ------- |
| helm       | cert-manager                             | v1.13.3 | v1.16.0 |
| docker     | quay.io/jetstack/cert-manager-controller | v1.13.3 | v1.16.0 |
  • Loading branch information
wyoa-bot[bot] authored Oct 3, 2024
1 parent 1f3d1f8 commit 4b5fae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/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.3
version: v1.16.0
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/kube-system/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=docker image=quay.io/jetstack/cert-manager-controller
- https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.crds.yaml
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.0/cert-manager.crds.yaml
- helm-release.yaml
- issuers
- prometheus-rule.yaml
Expand Down

0 comments on commit 4b5fae1

Please sign in to comment.