Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Fix cert-manager version string
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyaplis committed Jan 8, 2020
1 parent 8e5f8e1 commit fa9d907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "helm_release" "cert-manager" {
name = "cert-manager"
repository = data.helm_repository.jetstack.metadata.0.name
chart = "cert-manager"
version = "v.${var.cm_version}"
version = "v.${var.cm_version}.0"
namespace = var.namespace
wait = true
}

0 comments on commit fa9d907

Please sign in to comment.