- Notifications
You must be signed in to change notification settings - Fork7
The Helm Charts for CryptPad
License
NotificationsYou must be signed in to change notification settings
cryptpad/helm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is theHelm Chart for easy deployment ofCryptPad on Kubernetes.
This project requiresKubernetes 1.23+ andHelm installed on your system
- Check documentation onREADME.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/helmhelm install cryptpad cryptpad-github/cryptpad
To run tests, run the following command
forFILEin charts/*;do helm unittest$FILEdone
Contributions are always welcome!
SeeCONTRIBUTING.md
for ways to get started.
This software is and will always be available under the GNU Affero General Public License aspublished by the Free Software Foundation, either version 3 of the License, or (at your option)any later version.
About
The Helm Charts for CryptPad