A collection of Helm charts
- its-mytabs - Music notation and tab management application
- silverbullet - Modern note-taking and personal knowledge management system
helm repo add stone https://stone.github.io/helm-charts
helm repo update# Install its-mytabs chart
helm install my-release stone/its-mytabs
helm install my-release stone/silverbullet
# Install with custom values
helm install my-release stone/its-mytabs -f values.yaml
# Install specific version
helm install my-release stone/its-mytabs --version 0.1.0helm search repo stone