https://github.com/kloeckner-i/charts
Kloeckner.i's Helm charts repository
https://github.com/kloeckner-i/charts
Last synced: 6 months ago
JSON representation
Kloeckner.i's Helm charts repository
- Host: GitHub
- URL: https://github.com/kloeckner-i/charts
- Owner: kloeckner-i
- Created: 2022-08-29T14:48:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:39:31.000Z (over 1 year ago)
- Last Synced: 2024-03-25T21:54:05.021Z (about 1 year ago)
- Language: Shell
- Size: 66.4 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prerequisites
* Kubernetes v1.21+
* Helm v3.0.2+## Releasing new chart version
The new chart version release is executed automatically with Github actions.
For triggering it, change the version of Chart.yaml in the chart directory and merge to `main` branch.## Configuring helm client
```
$ helm repo add kloeckneri https://kloeckner-i.github.io/charts
```
Test the helm chart repository
```
$ helm search repo kloeckneri
```