Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricoberger/helm-charts
Helm repository for my open source projects.
https://github.com/ricoberger/helm-charts
helm helm-charts helm-repository kubernetes
Last synced: 5 days ago
JSON representation
Helm repository for my open source projects.
- Host: GitHub
- URL: https://github.com/ricoberger/helm-charts
- Owner: ricoberger
- License: mit
- Created: 2019-08-28T17:37:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T08:39:21.000Z (about 2 months ago)
- Last Synced: 2024-09-18T11:25:23.354Z (about 2 months ago)
- Topics: helm, helm-charts, helm-repository, kubernetes
- Homepage: https://ricoberger.github.io/helm-charts/
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Charts
Add a new chart to this repository:
```sh
# Package the Helm chart and add the created .tgz file to this repository:
helm package my-chart
# Update the index.yaml file.
helm repo index helm-charts/ --url https://ricoberger.github.io/helm-charts/
```Add this Helm repository:
```sh
helm repo add ricoberger https://ricoberger.github.io/helm-charts
helm repo list
```Update and show charts:
```sh
helm repo update
helm search repo -l ricoberger/
```