This is the Helm Chart for easy deployment of CryptPad on Kubernetes.
This project requires Kubernetes 1.23+ and Helm installed on your system
- Check documentation on README.md on charts/cryptpad.
Install via OCI Registry:
helm install cryptpad oci://ghcr.io/cryptpad/helm/cryptpad
Install via Repository:
helm repo add cryptpad-github https://cryptpad.github.io/helm
helm install cryptpad cryptpad-github/cryptpad
To run tests, run the following command
for FILE in charts/*; do
helm unittest $FILE
done
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
This software is and will always be available under the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.