Helm charts of some of the selfhosted services
Last updated Mar 24, 2025
10
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
1
Topics
Language breakdown
Smarty 100.0%
▸ Files
click to expand
README
helm-charts
Charts
Usage
Helm must be installed and setup to your kubernetes cluster to use the charts. Refer to Helm's documentation to get started. Once Helm has been set up correctly, add the repo as follows:
helm repo add sarab97 https://charts.sarabsingh.com
If you had already added this repo earlier you might wanna update repo to get latest packages.
helm repo update
You can install a chart release using the following command:
helm install <release> sarab97/<chart> --values values.yaml
To uninstall a chart release use helm's delete command:
helm uninstall <chart>🔗 More in this category