Helm Repository

Helm Repository

Add the Repository

helm repo add self-hosters-by-night https://self-hosters-by-night.github.io/helm-charts
helm repo update self-hosters-by-night

Search the Repository

helm search repo self-hosters-by-night

Install a Helm Chart

Using the default configuration

helm install <release_name> -n <namespace> self-hosters-by-night/<chart_name>

Using your own configuration file

helm install <release_name> -n <namespace> -f values.yaml self-hosters-by-night/<chart_name>

Setting values from command-line

helm install <release_name> -n <namespace> --set <key>=<value> self-hosters-by-night/<chart_name>

Issues

If you experience any issues using these Helm Charts please raise an issue here.