Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #53 from fluxcd/public-helm-repos
Browse files Browse the repository at this point in the history
Add public Helm repos to the default config
  • Loading branch information
stefanprodan committed Sep 27, 2019
2 parents c48876a + 51c51cb commit 5cadd85
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docker/helm-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,43 @@ repositories:
password: ""
url: https://kubernetes-charts.storage.googleapis.com
username: ""
- caFile: ""
cache: /var/fluxd/helm/repository/cache/fluxcd-index.yaml
certFile: ""
keyFile: ""
name: fluxcd
password: ""
url: https://charts.fluxcd.io
username: ""
- caFile: ""
cache: /var/fluxd/helm/repository/cache/flagger-index.yaml
certFile: ""
keyFile: ""
name: flagger
password: ""
url: https://flagger.app
username: ""
- caFile: ""
cache: /var/fluxd/helm/repository/cache/bitnami-index.yaml
certFile: ""
keyFile: ""
name: bitnami
password: ""
url: https://charts.bitnami.com/bitnami
username: ""
- caFile: ""
cache: /var/fluxd/helm/repository/cache/azure-marketplace-index.yaml
certFile: ""
keyFile: ""
name: azure-marketplace
password: ""
url: https://marketplace.azurecr.io/helm/v1/repo
username: ""
- caFile: ""
cache: /var/fluxd/helm/repository/cache/openfaas-index.yaml
certFile: ""
keyFile: ""
name: openfaas
password: ""
url: https://openfaas.github.io/faas-netes
username: ""

0 comments on commit 5cadd85

Please sign in to comment.