Skip to content

Commit

Permalink
[Terraform] Update cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Oct 8, 2021
1 parent ac37bf2 commit 7f7f043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/base_cluster/cert-manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "cert-manager" {
name = "cert-manager"
repository = "https://charts.jetstack.io"
chart = "cert-manager"
version = "1.1.0"
version = "v1.5.4"
namespace = kubernetes_namespace.cert-manager.metadata[0].name
// This is set to ensure that cert-manager is working before the CRs are applied
atomic = true
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/base_cluster/clusterissuer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: wildcard-letsencrypt-prod
Expand Down

0 comments on commit 7f7f043

Please sign in to comment.