documenso-chart

Documenso Chart (unofficial)

Prerequisites

Step 1: Install the Helm Chart

  1. Add the chart repository (if using a remote repository):
     helm repo add documenso-chart https://rizkyfaza20.github.io/documenso-chart
    
  2. Update the repository to get the latest charts:
     helm repo update
    
  3. Install the chart:
     helm install documenso /path/to/documenso-chart-<version>.tgz
    

    Replace <version> with the actual version number of the packaged chart.

Step 2: Verify the Installation

  1. Check the status of the release:
     helm status documenso
    
  2. Verify the deployed resources in your Kubernetes cluster:
     kubectl get all -l release=documenso
    

Step 3: Uninstall the Helm Chart (if needed)

  1. Uninstall the release:
     helm uninstall my-release
    

Additional Resources