⎈ Synkube Helm Charts

Platform and application extensions for Kubernetes

Quick Start

# Add the Helm repository
helm repo add synkube https://synkube.github.io/charts
helm repo update

# Search available charts
helm search repo synkube

# Install a chart
helm install myapp synkube/app-starter -f values.yaml

# Or use app-full for bundled extensions
helm install myapp synkube/app-full -f values.yaml

Available Charts

ChartVersionDescription
Loading charts...

OCI Registry

# Pull from GitHub Container Registry
helm pull oci://ghcr.io/synkube/charts/app-starter --version 1.3.0

Source: github.com/synkube/charts