Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Feb 8, 2024
1 parent c40e16a commit 18b77d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/runtime/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 6.31.4
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.13.3
version: v1.14.2
- name: plural-certmanager-webhook
repository: ""
version: 0.1.7
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.12.2
digest: sha256:83b436ce1b5fe47b0687f2e1dd2f643a3c7b4def895e31e4d053f6898469c0d6
generated: "2024-01-31T15:14:39.522672895Z"
digest: sha256:c52034a4ff9d421dabf933cb47a2309ca337d0268b622093baf8a50eed3afa9d
generated: "2024-02-08T17:06:17.501716465Z"
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: external-dns.enabled
- name: cert-manager
version: v1.13.3
version: v1.14.2
repository: https://charts.jetstack.io
condition: cert-manager.enabled
- name: plural-certmanager-webhook
Expand Down
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "helm_release" "certmanager" {
namespace = "cert-manager"
chart = "cert-manager"
repository = "https://charts.jetstack.io"
version = "v1.13.3"
version = "v1.14.2"
create_namespace = true
timeout = 300
wait = true
Expand Down

0 comments on commit 18b77d9

Please sign in to comment.