Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release cert-manager to v1.15.1 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6
version: v1.15.1
- 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:18b6fc902065ac6a51c260f5fa93e297c68ac6566b8788ab8af3ce820e2b1d61
generated: "2024-06-10T19:53:49.56067096Z"
digest: sha256:f67541bdb9e2e97895ae295fd98d680cd20e3c8470d0923573659342ca474cc0
generated: "2024-06-26T20:18:44.662109881Z"
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.6
version: v1.15.1
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.6"
version = "v1.15.1"
create_namespace = true
timeout = 300
wait = true
Expand Down