https://github.com/gojek/charts
Kubernetes Helm Charts
https://github.com/gojek/charts
Last synced: about 2 months ago
JSON representation
Kubernetes Helm Charts
- Host: GitHub
- URL: https://github.com/gojek/charts
- Owner: gojek
- License: apache-2.0
- Created: 2018-06-18T05:22:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T05:37:50.000Z (over 2 years ago)
- Last Synced: 2025-01-13T22:20:00.747Z (3 months ago)
- Language: Mustache
- Homepage:
- Size: 967 KB
- Stars: 28
- Watchers: 27
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GO-JEK Helm Charts
This is a GO-JEK helm charts repository. This has helms that we are using at GO-JEK. The charts will be in incubator until deemed stable.
## How do I enable the GO-JEK Incubator repository?
To add the GO-JEK Incubator charts for your local client, run `helm repo add`:
```
$ helm repo add gojektech-incubator https://gojek.github.io/charts/incubator/
"gojektech-incubator" has been added to your repositories
```You can then run `helm search gojektech-incubator` to see the charts.
## How do I install these charts?
Just `helm install gojektech-incubator/`.
For more information on using Helm, refer to the [Helm's documentation](https://github.com/kubernetes/helm#docs).
gojek-tech
## Chart FormatTake a look at the [alpine example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/alpine) and the [nginx example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/nginx) for reference when you're writing your first few charts.
Before contributing a Chart, become familiar with the format. Note that the project is still under active development and the format may still evolve a bit.
## Contributing a Chart
We'd love for you to contribute a Chart that provides a useful application or service for Kubernetes. Please read our [Contribution Guide](CONTRIBUTING.md) for more information on how you can contribute Charts.