Skip to content

Commit

Permalink
feat(helm): update cert-manager group to v1.14.5
Browse files Browse the repository at this point in the history
| datasource | package                                  | from    | to      |
| ---------- | ---------------------------------------- | ------- | ------- |
| helm       | cert-manager                             | v1.13.3 | v1.14.5 |
| docker     | quay.io/jetstack/cert-manager-controller | v1.13.3 | v1.14.5 |
  • Loading branch information
wyoa-bot[bot] committed Apr 25, 2024
1 parent 7e5024c commit a427221
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.14.5
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.14.5/cert-manager.crds.yaml
- helm-release.yaml
- issuers
- prometheus-rule.yaml
Expand Down

0 comments on commit a427221

Please sign in to comment.