Skip to content

Commit 0ad059d

Browse files
authored
Merge pull request #97 from Randoooom/renovate/external-dns-1.x
chore(deps): update helm release external-dns to v1.18.0
2 parents f1705f2 + bac9c4c commit 0ad059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/kubernetes-base/external-dns.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "helm_release" "external_dns" {
2222

2323
repository = "https://kubernetes-sigs.github.io/external-dns/"
2424
chart = "external-dns"
25-
version = "1.17.0"
25+
version = "1.18.0"
2626

2727
namespace = "sys-external-dns"
2828
name = "external-dns"

0 commit comments

Comments
 (0)