We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f942b9 commit e6bbd06Copy full SHA for e6bbd06
templates/kubernetes/terraform/modules/kubernetes/cert_manager.tf
@@ -1,5 +1,5 @@
1
locals {
2
- cert_manager_version = "1.4.0"
+ cert_manager_version = "1.6.0"
3
cluster_issuer_name = var.cert_manager_use_production_acme_environment ? "clusterissuer-letsencrypt-production" : "clusterissuer-letsencrypt-staging"
4
cert_manager_acme_server = var.cert_manager_use_production_acme_environment ? "https://acme-v02.api.letsencrypt.org/directory" : "https://acme-staging-v02.api.letsencrypt.org/directory"
5
0 commit comments