An open API service indexing awesome lists of open source software.

https://github.com/lightninglabs/charts


https://github.com/lightninglabs/charts

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# Lightning Labs Helm Charts

Official Helm charts for running Lightning Labs software on Kubernetes, published to GHCR as OCI artifacts.

- **Registry (OCI):** `ghcr.io/lightninglabs/charts`
- **Available charts:** [`lnd`](./charts/lnd/)

## Quick start

### Install from GHCR (recommended)

Helm 3.8+ supports OCI registries natively.

```bash
# Install LND from GHCR
helm install my-release --namespace my-namespace -f values.yaml oci://ghcr.io/lightninglabs/charts/lnd --version
```

### Install from source
```bash
# Install LND from helm source
cd charts/lnd
helm install my-release --namespace my-namespace -f values.yaml ./
```

## Publishing & versioning

- Charts are published to:
`oci://ghcr.io/lightninglabs/charts/`

- Versions come from each chart’s `Chart.yaml` (`version:`).