fix(chart): allow setting storageClassName on PVCs (#1261)

The PVC templates rendered no storageClassName and values exposed no key, so clusters without a default StorageClass (or needing a specific class) couldn't install. Add persistence.{data,uploads}.storageClassName, omitted when empty so the default class is still used.
This commit is contained in:
Maurice
2026-06-19 17:56:42 +02:00
parent 5367d24f9f
commit 22ad5d73f2
4 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
apiVersion: v2
name: trek
version: 3.1.1
version: 3.1.2
description: Minimal Helm chart for TREK app
appVersion: "3.1.1"
appVersion: "3.1.2"