Skip to content

Instantly share code, notes, and snippets.

@darron
Last active September 8, 2021 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/3ab0c517b71b96cd9567098675dbc246 to your computer and use it in GitHub Desktop.
Save darron/3ab0c517b71b96cd9567098675dbc246 to your computer and use it in GitHub Desktop.
Helm Chart Hosting Options
Helm Chart Hosting
Github Pages:
https://harness.io/blog/devops/helm-chart-repo/
https://faun.pub/how-to-host-helm-chart-repository-on-github-b76c854e1462
Private Github Repo (GITHUB_TOKEN):
https://blog.softwaremill.com/hosting-helm-private-repository-from-github-ff3fa940d0b7
Github Action:
https://github.com/helm/chart-releaser
Artifacthub:
https://github.com/artifacthub/hub
Chartmuseum:
https://github.com/helm/chartmuseum
Apache:
https://www.opensourceforu.com/2021/01/hosting-a-private-helm-repository-using-apache-web-server/
Public GCS or fronted by storage-auth-proxy:
https://carlosbecker.com/posts/private-helm-repo/
https://github.com/totvslabs/storage-auth-proxy
Public GCS:
https://helm.sh/docs/howto/chart_repository_sync_example/
Private GCS:
https://github.com/hayorov/helm-gcs
Private GCS with Github Actions:
https://www.arthurkoziel.com/private-helm-repo-with-gcs-and-github-actions/
Google Cloud Artifact Registry:
https://cloud.google.com/artifact-registry/docs/helm/manage-charts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment