Skip to content

sftpgo/helm-chart

Repository files navigation

SFTPGo Helm Chart

Usage

helm install --generate-name --wait oci://ghcr.io/sftpgo/helm-charts/sftpgo

See the Helm chart README and values.yaml for more information.

Contributing

TODO

Releases

Releases are automatically pushed to the GitHub Container Registry on tags.

To tag a new release after merging changes to main, run the following:

TAG=0.1.0
git tag -a v$TAG -m "Release $TAG"
git push origin v$TAG

Attributions

This Helm chart was originally created by @sagikazarmark.

Maintenance under a personal chart repository has proven to be difficult, so it has been moved to this repository.

See this discussion for more details.

License

The project is licensed under the MIT License.