Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaicloud/banzai-charts
Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
https://github.com/banzaicloud/banzai-charts
charts kubernetes
Last synced: 10 days ago
JSON representation
Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
- Host: GitHub
- URL: https://github.com/banzaicloud/banzai-charts
- Owner: banzaicloud
- License: apache-2.0
- Created: 2017-11-03T17:14:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T09:52:33.000Z (12 months ago)
- Last Synced: 2024-08-02T02:16:30.451Z (3 months ago)
- Topics: charts, kubernetes
- Language: Mustache
- Homepage:
- Size: 3.01 MB
- Stars: 366
- Watchers: 10
- Forks: 278
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Helm Charts Repository
The official Banzai Cloud Helm Charts repository.
At Banzai Cloud we use Helm as our package manager to deploy Kubernetes applications. This is a collection of curated Banzai Cloud Helm charts being part of our PaaS, Pipeline.
>We made Helm deployments available through a RESTful API as well - [Helm via REST](https://banzaicloud.com/blog/helm-rest-api/)
## Install Helm
Get the latest [Helm release](https://github.com/kubernetes/helm#install).
For more information on using Helm, refer to the [Helm's documentation](https://github.com/kubernetes/helm#docs).
## How do I install these charts?
To add the Banzai Cloud charts for your local client, run `helm repo add`:
```bash
$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
"banzaicloud-stable" has been added to your repositories
```Just helm install banzaicloud-stable/.
Clusters created with Pipeline will add this Helm repo as `banzaicloud-stable` automatically.
## Where to find us
For issues and support join the (#banzai-charts) room in the [Banzai Cloud Community](https://pages.banzaicloud.com/invite-slack).