Platform and application extensions for Kubernetes
# 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
| Chart | Version | Description |
|---|---|---|
| Loading charts... | ||
# Pull from GitHub Container Registry
helm pull oci://ghcr.io/synkube/charts/app-starter --version 1.3.0
Source: github.com/synkube/charts