diff --git a/Chart.yaml b/Chart.yaml index 5783e2c..1a086ae 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -23,8 +23,8 @@ description: | Git). type: application -version: 0.3.2 -appVersion: "0.3.2" +version: 0.3.3 +appVersion: "0.3.3" dependencies: - name: cert-manager diff --git a/values.yaml b/values.yaml index ae1ca78..a20fb70 100644 --- a/values.yaml +++ b/values.yaml @@ -159,3 +159,12 @@ longhorn: preUpgradeChecker: jobEnabled: false upgradeVersionCheck: false + # Don't mark Longhorn's bundled StorageClass as cluster-default. + # k3s ships local-path as default; we keep it that way. New + # instances stay on local-path unless Tower explicitly stamps + # storageClassName=longhorn-tenants on their PVCs (Phase 6 of + # ADR 0003 will do that). Two `default` storage classes is a + # k8s misconfig — silently picks one for unscoped PVCs. + persistence: + defaultClass: false + defaultClassReplicaCount: 1