diff --git a/charts/incubator/romm/Chart.yaml b/charts/incubator/romm/Chart.yaml index d69bbfa3947..6f4098a316d 100644 --- a/charts/incubator/romm/Chart.yaml +++ b/charts/incubator/romm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.8.1" +appVersion: "1.8.4" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/romm - https://github.com/zurdi15/romm type: application -version: 0.0.5 +version: 0.1.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/romm/questions.yaml b/charts/incubator/romm/questions.yaml index 19bad6ba639..a121d7bb98b 100644 --- a/charts/incubator/romm/questions.yaml +++ b/charts/incubator/romm/questions.yaml @@ -64,17 +64,17 @@ questions: # Include{serviceExpert} # Include{serviceList} # Include{persistenceRoot} - - variable: romm - label: App Romm Storage - description: Stores the Application Romm. + - variable: library + label: App Library Storage + description: Stores the Application Library. schema: additional_attrs: true type: dict attrs: # Include{persistenceBasic} - - variable: library - label: App Library Storage - description: Stores the Application Library. + - variable: resources + label: App Resources Storage + description: Stores the Application Resources. schema: additional_attrs: true type: dict diff --git a/charts/incubator/romm/values.yaml b/charts/incubator/romm/values.yaml index c519b539ed3..1f4a3471d4d 100644 --- a/charts/incubator/romm/values.yaml +++ b/charts/incubator/romm/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/romm pullPolicy: IfNotPresent - tag: v1.8.1@sha256:b8e1b4d352c223b73b049e48aa960827bc59e7587d5b64452a3fa99ca219f71f + tag: v1.8.4@sha256:2caadd52ad96c4f674030ea0176361e796fdc158c5f1eb48406863aa6e03ec4d securityContext: container: @@ -53,12 +53,12 @@ service: port: 10680 persistence: - romm: - enabled: true - mountPath: /romm library: enabled: true mountPath: /romm/library + resources: + enabled: true + mountPath: /romm/resources mariadb: enabled: true