Skip to content

Commit

Permalink
New URL for stable helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes authored and Duologic committed Dec 4, 2020
1 parent c2c5c9f commit 6dde1fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ to add it:
version: 1
repositories:
- name: stable
url: https://kubernetes-charts.storage.googleapis.com
url: https://charts.helm.sh/stable
+ - name: grafana
+ url: https://grafana.github.io/helm-charts
```
Expand Down
2 changes: 1 addition & 1 deletion pkg/helm/charts.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func InitChartfile(path string) (*Charts, error) {
Version: Version,
Repositories: []Repo{{
Name: "stable",
URL: "https://kubernetes-charts.storage.googleapis.com",
URL: "https://charts.helm.sh/stable",
}},
Requires: make(Requirements, 0),
}
Expand Down

0 comments on commit 6dde1fa

Please sign in to comment.