Official Helm chart registry for Chronolite Technologies infrastructure components.
# Add repository
helm repo add chronolite https://chronolite-technologies.github.io/helm-charts
# Update repository index
helm repo update
# Search available charts
helm search repo chronolite# Install directly from OCI
helm install my-release oci://ghcr.io/chronolite-technologies/charts/<chart-name>| Chart | Description | Last Activity | Repository |
|---|---|---|---|
| argocd | GitOps continuous delivery for Kubernetes | chart-argocd | |
| calico | Network policy and security for Kubernetes | chart-calico | |
| cert-manager | Automated certificate management | chart-cert-manager | |
| gitea | Lightweight self-hosted Git service | chart-gitea | |
| grafana | Analytics and monitoring dashboards | chart-grafana | |
| istio | Service mesh for microservices | chart-istio | |
| keycloak | Identity and access management | chart-keycloak | |
| knative | Serverless workloads on Kubernetes | chart-knative | |
| loki | Log aggregation system | chart-loki | |
| netbird | Secure mesh VPN for edge networks | chart-netbird | |
| nextcloud | Self-hosted file sync and collaboration | chart-nextcloud | |
| postgres-cluster | Simple PostgreSQL cluster deployment (StackGres-based) | chart-postgres-cluster | |
| prometheus | Monitoring and alerting toolkit | chart-prometheus | |
| rook-ceph | Cloud-native storage orchestration | chart-rook-ceph | |
| stackgres | PostgreSQL operator with advanced features | chart-stackgres | |
| vcluster | Virtual Kubernetes clusters | chart-vcluster |
Note: Charts are continuously developed and may not yet be production-ready. Activity badges reflect the latest development activity in each repository.
# Install any chart
helm install <release-name> chronolite/<chart-name>
# View configuration options
helm show values chronolite/<chart-name>
# Install with custom configuration
helm install <release-name> chronolite/<chart-name> -f values.yamlEdge-optimized Helm charts for privacy-first infrastructure deployments. Designed for:
- Resource-constrained edge environments
- On-premise and air-gapped deployments
- Production workloads with minimal overhead
Charts are automatically published through CI/CD:
- Charts developed in individual repositories (private)
- Release tags trigger automated packaging
- Published to GitHub Pages and GHCR
- Repository index automatically updated by helm-workflows
Note: This repository contains NO workflows. All automation logic is private and lives in the helm-workflows repository. This allows helm-charts to remain public while keeping workflow logic proprietary.
Each chart has detailed documentation in its repository. Click the repository links above for installation instructions and configuration reference.
Chart-specific issues: Open issue in the chart's repository
Registry issues: Create issue here
General inquiries:
Registry Infrastructure: This repository (workflows, documentation, and registry index) is licensed under Apache 2.0.
Individual Charts: Each chart maintains its own license based on the upstream source. See the LICENSE file in each chart's repository for details.
Note: Chart licenses are independent of the software they deploy. For example, Nextcloud software is AGPL v3, but Helm charts for Nextcloud may use Apache 2.0 (Bitnami) or AGPL v3 (official).
Always verify the license in the specific chart repository before use.
- Organization: chronolite-technologies
- Main Project: Privacy-First Edge AI
Maintained by Chronolite Technologies