Skip to content

Commit

Permalink
use official bitnami release again
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Sep 15, 2020
1 parent cf3287c commit 2fc9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
resource "helm_release" "external_dns" {
name = var.name
chart = "external-dns"
repository = "https://etwillbefine.github.io/charts-1/"
repository = "https://charts.bitnami.com/bitnami"
namespace = var.k8s_namespace
version = var.helm_release_version

Expand Down

0 comments on commit 2fc9556

Please sign in to comment.