https://github.com/containersolutions/helm-charts
A barebone Helm Chart repository
https://github.com/containersolutions/helm-charts
helm helm-charts
Last synced: 3 months ago
JSON representation
A barebone Helm Chart repository
- Host: GitHub
- URL: https://github.com/containersolutions/helm-charts
- Owner: ContainerSolutions
- Created: 2018-11-30T12:16:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T13:25:55.000Z (about 7 years ago)
- Last Synced: 2025-10-21T15:57:07.437Z (8 months ago)
- Topics: helm, helm-charts
- Language: Smarty
- Homepage: https://containersolutions.github.io/helm-charts/
- Size: 36.1 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts
A barebone Helm Charts repository. See [Chart Repository
Guide](https://github.com/helm/helm/blob/master/docs/chart_repository.md).
## How to use
Here's an example:
```
helm repo add containersolutions https://containersolutions.github.io/helm-charts/
helm install --name emu containersolutions/kafka-pubsub-emulator
```
## How to update
Ideally we should have a minimal CI step at each commit like the [official
repository](https://github.com/helm/charts). For now, just use the provided
script:
```
./update.sh
```
This will package the charts and generate the index. Just commit and push the
changes once you're done.