Skip to content

Commit 14ae7c0

Browse files
committed
Update Helm release external-dns to v1.17.0
1 parent 7148a24 commit 14ae7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/deployments/cluster-services/external_dns.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ resource "helm_release" "external_dns" {
22
name = "external-dns"
33
repository = "https://kubernetes-sigs.github.io/external-dns"
44
chart = "external-dns"
5-
version = "1.16.1"
5+
version = "1.17.0"
66
namespace = local.services_ns
77
create_namespace = true
88

0 commit comments

Comments
 (0)