https://github.com/schamane/charts
Helm public charts
https://github.com/schamane/charts
charts helm helm-charts k8s
Last synced: 2 months ago
JSON representation
Helm public charts
- Host: GitHub
- URL: https://github.com/schamane/charts
- Owner: schamane
- License: mit
- Created: 2021-09-26T10:01:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T10:36:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-01T03:33:10.671Z (3 months ago)
- Topics: charts, helm, helm-charts, k8s
- Language: Smarty
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Charts for public
## Lint charts
```bash
helm lint charts/*
```## Charts
### Add repository by URL
```bash
helm repo add schamane-charts https://schamane.github.io/charts/
```or upgrade repo
```bash
helm repo update
```### hetzner-pvc
Mount hetzner volume as pvc by id, use values.yaml with own configuration for volume
```yaml
volumeHandle: 'xxxxxxxxx'
size: 10Gi
``````bash
helm install -n namespace -f values.yaml test-pvc schamane-charts/hetzner-pvc
```