Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 943 Bytes

File metadata and controls

43 lines (28 loc) · 943 Bytes

Helm Charts Repository

A collection of Helm charts

Available Charts

  • its-mytabs - Music notation and tab management application
  • silverbullet - Modern note-taking and personal knowledge management system

Artifacthub links

Usage

Adding the Helm Repository

helm repo add stone https://stone.github.io/helm-charts
helm repo update

Installing a Chart

# 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.0

Searching Available Charts

helm search repo stone