Official Helm Chart Repository for the Developer-Focused Project Management Platform
Welcome to the Nexus Tasks Helm repository. This site hosts the automated distribution of our Kubernetes deployment manifests. Nexus Tasks is designed to bridge the gap between personal productivity and team collaboration with a high-performance, developer-centric UI.
To access the Nexus Tasks charts, add this repository to your local Helm configuration:
helm repo add nexus-tasks https://AshvinBambhaniya.github.io/nexus-tasks/
helm repo update
Deploy the full stack (Frontend, Backend, PostgreSQL, and Redis) using the default configuration:
# Install the latest stable release
helm install my-nexus nexus-tasks/nexus-tasks
kubectl get pods -l app.kubernetes.io/instance=my-nexus
We provide a comprehensive JSON Schema for robust value validation and a rich configuration experience.
You can explore all available parameters directly from your CLI:
helm show values nexus-tasks/nexus-tasks
For detailed information on configuring SMTP, external databases, Ingress TLS, and persistent storage, please refer to the official Chart Documentation.
This branch (gh-pages) is a production distribution endpoint managed automatically.
main branch.Warning: Do not manually edit the
index.yamlfile in this branch as it will be overwritten by the next automated release.
Distributed under the GNU Affero General Public License v3.0