diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml index 16d677bf2cd..c459c1f65c9 100644 --- a/charts/stable/romm/Chart.yaml +++ b/charts/stable/romm/Chart.yaml @@ -48,4 +48,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/romm - https://github.com/zurdi15/romm type: application -version: 9.2.9 +version: 9.2.10 diff --git a/charts/stable/romm/questions.yaml b/charts/stable/romm/questions.yaml index 8fce5c1e013..1a676432d2a 100644 --- a/charts/stable/romm/questions.yaml +++ b/charts/stable/romm/questions.yaml @@ -102,9 +102,17 @@ questions: type: dict attrs: # Include{persistenceBasic} - - variable: logs - label: App Logs Storage - description: Stores the Application Logs. + - variable: config + label: App Config Storage + description: Stores the Application Config. + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: assets + label: App Assets Storage + description: Stores the Assets Config. schema: additional_attrs: true type: dict diff --git a/charts/stable/romm/values.yaml b/charts/stable/romm/values.yaml index 617db795acf..994d267c826 100644 --- a/charts/stable/romm/values.yaml +++ b/charts/stable/romm/values.yaml @@ -75,9 +75,12 @@ persistence: resources: enabled: true mountPath: /romm/resources - logs: + config: enabled: true - mountPath: /romm/logs + mountPath: /romm/config + assets: + enabled: true + mountPath: /romm/assets mariadb: enabled: true