charts

Opengist Helm Chart

Version

OpenGist is a self-hosted Pastebin powered by Git. All snippets are stored in a Git repository and can be read and/or modified using standard Git commands, or with the web interface.


Source Code

Helm Repository

You can find the Helm chart at:

https://charts.obeone.cloud

Add the repository to Helm:

helm repo add obeone https://charts.obeone.cloud
helm repo update

Installing the Chart

Install the chart with:

helm install opengist obeone/opengist

You can override default values using the --values flag:

helm install opengist obeone/opengist -f values.yaml

Upgrading the Chart

helm upgrade opengist obeone/opengist

Uninstalling the Chart

helm uninstall opengist

Configuration

The following parameters are available to customize the chart:

Full list available in the values.yaml.

Important Notes

Maintainers

Name Email
obeone obeone@obeone.org

This Helm chart uses the bjw-s common library.