Skip to content

Commit

Permalink
Merge pull request #32 from Snowflake-Labs/fix/upgrade-external-dns-h…
Browse files Browse the repository at this point in the history
…elm-version

Upgrade external-dns helm version
  • Loading branch information
sfc-gh-pkommini authored Aug 13, 2024
2 parents 500f9f5 + 628a10a commit 71a5430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_external_dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "helm_release" "external_dns" {
name = "external-dns"
chart = "external-dns"
repository = "https://charts.bitnami.com/bitnami"
version = "6.14.1"
version = "8.3.4"

namespace = "kube-system"
wait = false
Expand Down

0 comments on commit 71a5430

Please sign in to comment.