0.3.0: Longhorn CSI skeleton (#347 phase 1) — additive, default-off
This commit is contained in:
13
Chart.yaml
13
Chart.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user