https://github.com/vincentscode/helm-charts
🚢 A collection of Helm charts
https://github.com/vincentscode/helm-charts
devops helm-charts kubernetes
Last synced: about 1 year ago
JSON representation
🚢 A collection of Helm charts
- Host: GitHub
- URL: https://github.com/vincentscode/helm-charts
- Owner: vincentscode
- Created: 2024-10-29T18:45:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-20T20:20:31.000Z (over 1 year ago)
- Last Synced: 2025-02-14T12:35:37.707Z (over 1 year ago)
- Topics: devops, helm-charts, kubernetes
- Homepage: https://vincentscode.github.io/helm-charts
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-charts
This repository contains helm charts for deploying applications on Kubernetes.
It consists of charts created or modified by me for use in [my home lab](https://github.com/vincentscode/infra).
## Usage
```bash
helm repo add vincentscode https://vincentscode.github.io/helm-charts/
helm search repo vincentscode
```
## Notes
### Creating a new chart
```bash
cd charts
helm create
rm -rf /charts
```
### Packaging a chart
Charts are packaged automatically by github actions using [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action).