Skip to content

cryptpad/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


📔 Table of Contents

🌟 About the Project

This is the Helm Chart for easy deployment of CryptPad on Kubernetes.

🧰 Getting Started

‼️ Prerequisites

This project requires Kubernetes 1.23+ and Helm installed on your system

📚 Documentation

  • Check documentation on README.md on charts/cryptpad.

⏩ TL;DR;

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 

🧪 Running Tests

To run tests, run the following command

  for FILE in charts/*; do
     helm unittest $FILE
  done

👋 Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

⚠️ License

AGPL logo

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.