Skip to content

chronolite-technologies/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Chronolite Helm Charts

Official Helm chart registry for Chronolite Technologies infrastructure components.

Maintained License


πŸ“¦ Installation

Traditional Helm Repository

# 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

OCI Registry (GitHub Container Registry)

# Install directly from OCI
helm install my-release oci://ghcr.io/chronolite-technologies/charts/<chart-name>

πŸ“Š Available Charts

Chart Description Last Activity Repository
argocd GitOps continuous delivery for Kubernetes Commit chart-argocd
calico Network policy and security for Kubernetes Commit chart-calico
cert-manager Automated certificate management Commit chart-cert-manager
gitea Lightweight self-hosted Git service Commit chart-gitea
grafana Analytics and monitoring dashboards Commit chart-grafana
istio Service mesh for microservices Commit chart-istio
keycloak Identity and access management Commit chart-keycloak
knative Serverless workloads on Kubernetes Commit chart-knative
loki Log aggregation system Commit chart-loki
netbird Secure mesh VPN for edge networks Commit chart-netbird
nextcloud Self-hosted file sync and collaboration Commit chart-nextcloud
postgres-cluster Simple PostgreSQL cluster deployment (StackGres-based) Commit chart-postgres-cluster
prometheus Monitoring and alerting toolkit Commit chart-prometheus
rook-ceph Cloud-native storage orchestration Commit chart-rook-ceph
stackgres PostgreSQL operator with advanced features Commit chart-stackgres
vcluster Virtual Kubernetes clusters Commit chart-vcluster

Note: Charts are continuously developed and may not yet be production-ready. Activity badges reflect the latest development activity in each repository.


πŸš€ Quick Start

# 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.yaml

🎯 Purpose

Edge-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

πŸ”„ Publishing Process

Charts are automatically published through CI/CD:

  1. Charts developed in individual repositories (private)
  2. Release tags trigger automated packaging
  3. Published to GitHub Pages and GHCR
  4. 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.


πŸ“– Documentation

Each chart has detailed documentation in its repository. Click the repository links above for installation instructions and configuration reference.


πŸ› Support

Chart-specific issues: Open issue in the chart's repository

Registry issues: Create issue here

General inquiries:


πŸ“œ License

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.


πŸ”— Related


Maintained by Chronolite Technologies

About

Official Helm chart registry for Chronolite Technologies. Deploy our privacy-first edge AI infrastructure components on Kubernetes with production-ready configurations optimized for resource-constrained edge devices and on-premise deployments.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors