Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simontheleg/helm-charts
various helm charts
https://github.com/simontheleg/helm-charts
Last synced: about 1 month ago
JSON representation
various helm charts
- Host: GitHub
- URL: https://github.com/simontheleg/helm-charts
- Owner: SimonTheLeg
- Created: 2024-04-03T12:22:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:53:24.000Z (10 months ago)
- Last Synced: 2024-10-16T07:10:10.744Z (3 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Collection of various helm-charts
## Usage
```sh
helm repo add simontheleg https://simontheleg.github.io/helm-charts
```## Packaging and releasing
```sh
helm package charts/* -d ./releases &&
helm repo index --url https://simontheleg.github.io/helm-charts .
```