Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
feat: update cert-manager to v1.6.1 (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparkers authored Dec 20, 2021
1 parent 6a7c820 commit 0cb6bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tools/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "cert_manager" {
chart = "cert-manager"
repository = "https://charts.jetstack.io"
timeout = 120
version = "v1.2.0"
version = "v1.6.1"
wait = true

set {
Expand Down

0 comments on commit 0cb6bbb

Please sign in to comment.