Skip to content

Commit

Permalink
Merge pull request #29 from rsignell-usgs/patch-1
Browse files Browse the repository at this point in the history
Update helm repository to one that resolves
  • Loading branch information
tylerpotts committed Jan 5, 2021
2 parents 592aebe + 12b4a8a commit b405921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/services/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "null_resource" "dependency_getter" {

data "helm_repository" "autoscaler" {
name = "stable"
url = "https://kubernetes-charts.storage.googleapis.com"
url = "https://charts.helm.sh/stable"
}

resource "helm_release" "autoscaler" {
Expand Down

0 comments on commit b405921

Please sign in to comment.