Last active
September 8, 2021 23:12
-
-
Save darron/3ab0c517b71b96cd9567098675dbc246 to your computer and use it in GitHub Desktop.
Helm Chart Hosting Options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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