Skip to content

Commit

Permalink
chore(deps): update helm release external-dns to v6.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 8f22e6f commit 853312b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "helm_release" "externaldns_private" {
namespace = kubernetes_namespace.externaldns[0].id
repository = "https://charts.bitnami.com/bitnami"
chart = "external-dns"
version = "6.14.4"
version = "6.38.0"
values = [
templatefile("chart-values/externaldns.yaml", {
filteredDomain = local.private_base_domain
Expand All @@ -34,7 +34,7 @@ resource "helm_release" "externaldns_public" {
namespace = kubernetes_namespace.externaldns[0].id
repository = "https://charts.bitnami.com/bitnami"
chart = "external-dns"
version = "6.14.4"
version = "6.38.0"
values = [
templatefile("chart-values/externaldns.yaml", {
filteredDomain = local.public_base_domain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "externaldns_private" {
namespace = kubernetes_namespace.externaldns[0].id
repository = "https://charts.bitnami.com/bitnami"
chart = "external-dns"
version = "6.14.4"
version = "6.38.0"
values = [
templatefile("chart-values/externaldns.yaml", {
filteredDomain = local.private_base_domain
Expand All @@ -30,7 +30,7 @@ resource "helm_release" "externaldns_public" {
namespace = kubernetes_namespace.externaldns[0].id
repository = "https://charts.bitnami.com/bitnami"
chart = "external-dns"
version = "6.14.4"
version = "6.38.0"
values = [
templatefile("chart-values/externaldns.yaml", {
filteredDomain = local.public_base_domain
Expand Down

0 comments on commit 853312b

Please sign in to comment.