Skip to content

Commit ec3128c

Browse files
committed
chore(deps): update helm release external-dns to v1.20.0
1 parent 770bcbb commit ec3128c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.20.0"
66
namespace = local.services_ns
77
create_namespace = true
88

0 commit comments

Comments
 (0)