Skip to content

Commit 6ceeb4f

Browse files
committed
chore(deps): update helm release external-dns to v1.20.0
1 parent 92a6ad9 commit 6ceeb4f

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.19.0"
5+
version = "1.20.0"
66
namespace = local.services_ns
77
create_namespace = true
88

0 commit comments

Comments
 (0)