Skip to content

Commit

Permalink
Merge pull request #13 from justaugustus/charts-loc
Browse files Browse the repository at this point in the history
upstreams(helm): Update stable Helm repo location
  • Loading branch information
k8s-ci-robot committed Oct 27, 2020
2 parents 286e642 + e86e850 commit 5b71908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upstreams/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
type Helm struct {
UpstreamBase `mapstructure:",squash"`
// URL of the repository
// If left blank, defaults to "stable", i.e. https://kubernetes-charts.storage.googleapis.com/
// If left blank, defaults to "stable" i.e., https://charts.helm.sh/stable
Repo string
// Name of the Helm chart
Name string
Expand All @@ -46,7 +46,7 @@ type Helm struct {
CAFile string
}

const defaultRepoURL = "https://kubernetes-charts.storage.googleapis.com/"
const defaultRepoURL = "https://charts.helm.sh/stable"

// TODO: Does this need to be a global variable?
// Cache remote repositories locally to prevent unnecessary network round-trips
Expand Down

0 comments on commit 5b71908

Please sign in to comment.