Skip to content

Commit 35c08a3

Browse files
authored
Merge pull request #12 from kabisa/renovate/external-dns-6.x
chore(deps): update helm release external-dns to v6.13.3
2 parents 744040e + dcf31e2 commit 35c08a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "helm_release" "external-dns" {
33
namespace = "kube-system"
44
repository = "https://charts.bitnami.com/bitnami"
55
chart = "external-dns"
6-
version = "6.12.2"
6+
version = "6.13.3"
77
# appVersion: 2.2.3
88

99
values = [

0 commit comments

Comments
 (0)