Skip to content

Commit

Permalink
Merge pull request #39 from pluralsh/renovate/cert-manager-1.13.x
Browse files Browse the repository at this point in the history
chore(deps): update helm release cert-manager to v1.13.6
  • Loading branch information
michaeljguarino authored Jun 11, 2024
2 parents 728f24a + ae3b62f commit 80a494f
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.38.0
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.13.3
version: v1.13.6
- 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:b715121c4e16945eaed36a0aac31129e3142fcc15f1175f83256cac41408190c
generated: "2024-04-20T21:14:20.067691421Z"
digest: sha256:18b6fc902065ac6a51c260f5fa93e297c68ac6566b8788ab8af3ce820e2b1d61
generated: "2024-06-10T19:53:49.56067096Z"
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.13.6
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.13.6"
create_namespace = true
timeout = 300
wait = true
Expand Down

0 comments on commit 80a494f

Please sign in to comment.