0.3.0: Longhorn CSI skeleton (#347 phase 1) — additive, default-off

This commit is contained in:
OdooSky Bot
2026-05-02 21:11:41 +03:00
parent 4a545946ab
commit 81ec240e03
3 changed files with 92 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ description: |
Git).
type: application
version: 0.2.6
appVersion: "0.2.6"
version: 0.3.0
appVersion: "0.3.0"
dependencies:
- name: cert-manager
@@ -35,3 +35,12 @@ dependencies:
version: "33.2.1"
repository: "https://traefik.github.io/charts"
condition: traefik.enabled
# Longhorn — CSI block storage with snapshot + clone primitives.
# See ADR 0003 (in odooskyv3 monorepo). Phase 1 declares the
# dependency but the chart's default is `longhorn.enabled=false`,
# so `helm dep update` skips it on render unless a per-cluster
# Argo Application sets the flag.
- name: longhorn
version: "1.7.2"
repository: "https://charts.longhorn.io"
condition: longhorn.enabled