Removes trailing whitespace and fixes minor formatting issues in Kubernetes deployment docs, storage report, and Helm chart files. Standardizes indentation and spacing in Docker Compose and deployment shell scripts to improve readability and maintainability. These edits improve documentation clarity and make deployment scripts more robust without altering functionality. Relates to MLO-469
13 lines
362 B
YAML
13 lines
362 B
YAML
apiVersion: v2
|
|
name: lightrag-minimal
|
|
description: A minimal Helm chart for LightRAG with PostgreSQL and NetworkX storage
|
|
type: application
|
|
version: 0.1.0
|
|
appVersion: "1.0.0"
|
|
maintainers:
|
|
- name: Apolo Copilot Team
|
|
dependencies:
|
|
- name: postgresql
|
|
version: "~12.0.0"
|
|
repository: "https://charts.bitnami.com/bitnami"
|
|
condition: postgresql.enabled
|