mirror of https://github.com/helm/helm
Downloading of charts and helm itself happened over http. This change moves to use https as that is available with valid certs.pull/1545/head
parent
7a79661f0e
commit
da73150ce9
@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
repositories:
|
||||
- name: charts
|
||||
url: "http://kubernetes-charts.storage.googleapis.com"
|
||||
url: "https://kubernetes-charts.storage.googleapis.com"
|
||||
- name: local
|
||||
url: "http://localhost:8879/charts"
|
||||
|
Loading…
Reference in new issue