We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 500f9f5 + 628a10a commit 71a5430Copy full SHA for 71a5430
helm_external_dns.tf
@@ -3,7 +3,7 @@ resource "helm_release" "external_dns" {
3
name = "external-dns"
4
chart = "external-dns"
5
repository = "https://charts.bitnami.com/bitnami"
6
- version = "6.14.1"
+ version = "8.3.4"
7
8
namespace = "kube-system"
9
wait = false
0 commit comments