Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Mar 8, 2024
1 parent 3555fa0 commit ec718e2
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.4
- 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.4
digest: sha256:45efc3603b66e3678153d11da5857e269e0b5ceb06014cce4591d7dea362c9ad
generated: "2024-03-07T16:39:45.383674004Z"
digest: sha256:681f7b8aeb98171f59ac8b5d46b34821a44cfd1f42b66784fc3d483b827e4dcf
generated: "2024-03-08T13:49:25.17197869Z"
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.4
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.4"
create_namespace = true
timeout = 300
wait = true
Expand Down

0 comments on commit ec718e2

Please sign in to comment.