Skip to content

Commit 6dde1fa

Browse files
malcolmholmesDuologic
authored andcommitted
New URL for stable helm repo
1 parent c2c5c9f commit 6dde1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/helm.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ to add it:
142142
version: 1
143143
repositories:
144144
- name: stable
145-
url: https://kubernetes-charts.storage.googleapis.com
145+
url: https://charts.helm.sh/stable
146146
+ - name: grafana
147147
+ url: https://grafana.github.io/helm-charts
148148
```

pkg/helm/charts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func InitChartfile(path string) (*Charts, error) {
162162
Version: Version,
163163
Repositories: []Repo{{
164164
Name: "stable",
165-
URL: "https://kubernetes-charts.storage.googleapis.com",
165+
URL: "https://charts.helm.sh/stable",
166166
}},
167167
Requires: make(Requirements, 0),
168168
}

0 commit comments

Comments
 (0)