nexus-tasks

Nexus Tasks Logo

Nexus Tasks Helm Charts

Official Helm Chart Repository for the Developer-Focused Project Management Platform

Artifact Hub Helm Chart License


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.

Usage

1. Add this repository

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

2. Install the Chart

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

3. Verify Deployment

kubectl get pods -l app.kubernetes.io/instance=my-nexus

Configuration

We provide a comprehensive JSON Schema for robust value validation and a rich configuration experience.

Inspect Default Values

You can explore all available parameters directly from your CLI:

helm show values nexus-tasks/nexus-tasks

Advanced Setup

For detailed information on configuring SMTP, external databases, Ingress TLS, and persistent storage, please refer to the official Chart Documentation.



Repository Maintenance

This branch (gh-pages) is a production distribution endpoint managed automatically.

Warning: Do not manually edit the index.yaml file in this branch as it will be overwritten by the next automated release.


Distributed under the GNU Affero General Public License v3.0