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
| Chart | Version | Description |
|---|---|---|
| Loading charts... | ||
helm pull oci://ghcr.io/synkube/charts/app-starter --version 1.0.0
Source: github.com/synkube/charts