Skip to content

Commit

Permalink
chore(deps): update helm release external-dns to v1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 2eb7f86 commit 0cccdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/modules/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "external_dns" {
chart = "external-dns"
name = "external-dns"
repository = "https://kubernetes-sigs.github.io/external-dns/"
version = "1.13.1"
version = "1.14.3"
namespace = "ops-externaldns"

atomic = true
Expand Down

0 comments on commit 0cccdb6

Please sign in to comment.