mirror of https://github.com/helm/helm
Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
feat(charts): Move bucket to domain from pathpull/1555/head
commit
48c1ba5355
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
repositories:
|
||||
- name: charts
|
||||
url: "http://storage.googleapis.com/kubernetes-charts"
|
||||
url: "https://kubernetes-charts.storage.googleapis.com"
|
||||
- name: local
|
||||
url: "http://localhost:8879/charts"
|
||||
|
Loading…
Reference in new issue