From df0f7173c6d0590987d38fce49532ac81da43080 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 28 May 2023 15:15:05 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/romm/0.0.5/app-changelog.md | 9 -- incubator/romm/{0.0.5 => 0.1.0}/CHANGELOG.md | 9 ++ incubator/romm/{0.0.5 => 0.1.0}/Chart.yaml | 4 +- incubator/romm/{0.0.5 => 0.1.0}/README.md | 0 incubator/romm/0.1.0/app-changelog.md | 9 ++ incubator/romm/{0.0.5 => 0.1.0}/app-readme.md | 0 .../charts/common-12.10.4.tgz | Bin .../charts/mariadb-7.0.34.tgz | Bin .../romm/{0.0.5 => 0.1.0}/ix_values.yaml | 8 +- .../romm/{0.0.5 => 0.1.0}/questions.yaml | 133 +++++++++--------- .../romm/{0.0.5 => 0.1.0}/templates/NOTES.txt | 0 .../{0.0.5 => 0.1.0}/templates/common.yaml | 0 incubator/romm/{0.0.5 => 0.1.0}/values.yaml | 0 13 files changed, 94 insertions(+), 78 deletions(-) delete mode 100644 incubator/romm/0.0.5/app-changelog.md rename incubator/romm/{0.0.5 => 0.1.0}/CHANGELOG.md (81%) rename incubator/romm/{0.0.5 => 0.1.0}/Chart.yaml (95%) rename incubator/romm/{0.0.5 => 0.1.0}/README.md (100%) create mode 100644 incubator/romm/0.1.0/app-changelog.md rename incubator/romm/{0.0.5 => 0.1.0}/app-readme.md (100%) rename incubator/romm/{0.0.5 => 0.1.0}/charts/common-12.10.4.tgz (100%) rename incubator/romm/{0.0.5 => 0.1.0}/charts/mariadb-7.0.34.tgz (100%) rename incubator/romm/{0.0.5 => 0.1.0}/ix_values.yaml (91%) rename incubator/romm/{0.0.5 => 0.1.0}/questions.yaml (96%) rename incubator/romm/{0.0.5 => 0.1.0}/templates/NOTES.txt (100%) rename incubator/romm/{0.0.5 => 0.1.0}/templates/common.yaml (100%) rename incubator/romm/{0.0.5 => 0.1.0}/values.yaml (100%) diff --git a/incubator/romm/0.0.5/app-changelog.md b/incubator/romm/0.0.5/app-changelog.md deleted file mode 100644 index bb484e0663a..00000000000 --- a/incubator/romm/0.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [romm-0.0.5](https://github.com/truecharts/charts/compare/romm-0.0.4...romm-0.0.5) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - \ No newline at end of file diff --git a/incubator/romm/0.0.5/CHANGELOG.md b/incubator/romm/0.1.0/CHANGELOG.md similarity index 81% rename from incubator/romm/0.0.5/CHANGELOG.md rename to incubator/romm/0.1.0/CHANGELOG.md index c10b7e8189d..4881fe8525e 100644 --- a/incubator/romm/0.0.5/CHANGELOG.md +++ b/incubator/romm/0.1.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [romm-0.1.0](https://github.com/truecharts/charts/compare/romm-0.0.5...romm-0.1.0) (2023-05-28) + +### Feat + +- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) + + + + ## [romm-0.0.5](https://github.com/truecharts/charts/compare/romm-0.0.4...romm-0.0.5) (2023-05-27) ### Chore diff --git a/incubator/romm/0.0.5/Chart.yaml b/incubator/romm/0.1.0/Chart.yaml similarity index 95% rename from incubator/romm/0.0.5/Chart.yaml rename to incubator/romm/0.1.0/Chart.yaml index d69bbfa3947..6f4098a316d 100644 --- a/incubator/romm/0.0.5/Chart.yaml +++ b/incubator/romm/0.1.0/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/incubator/romm/0.0.5/README.md b/incubator/romm/0.1.0/README.md similarity index 100% rename from incubator/romm/0.0.5/README.md rename to incubator/romm/0.1.0/README.md diff --git a/incubator/romm/0.1.0/app-changelog.md b/incubator/romm/0.1.0/app-changelog.md new file mode 100644 index 00000000000..182e90c7d06 --- /dev/null +++ b/incubator/romm/0.1.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [romm-0.1.0](https://github.com/truecharts/charts/compare/romm-0.0.5...romm-0.1.0) (2023-05-28) + +### Feat + +- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) + + \ No newline at end of file diff --git a/incubator/romm/0.0.5/app-readme.md b/incubator/romm/0.1.0/app-readme.md similarity index 100% rename from incubator/romm/0.0.5/app-readme.md rename to incubator/romm/0.1.0/app-readme.md diff --git a/incubator/romm/0.0.5/charts/common-12.10.4.tgz b/incubator/romm/0.1.0/charts/common-12.10.4.tgz similarity index 100% rename from incubator/romm/0.0.5/charts/common-12.10.4.tgz rename to incubator/romm/0.1.0/charts/common-12.10.4.tgz diff --git a/incubator/romm/0.0.5/charts/mariadb-7.0.34.tgz b/incubator/romm/0.1.0/charts/mariadb-7.0.34.tgz similarity index 100% rename from incubator/romm/0.0.5/charts/mariadb-7.0.34.tgz rename to incubator/romm/0.1.0/charts/mariadb-7.0.34.tgz diff --git a/incubator/romm/0.0.5/ix_values.yaml b/incubator/romm/0.1.0/ix_values.yaml similarity index 91% rename from incubator/romm/0.0.5/ix_values.yaml rename to incubator/romm/0.1.0/ix_values.yaml index c519b539ed3..1f4a3471d4d 100644 --- a/incubator/romm/0.0.5/ix_values.yaml +++ b/incubator/romm/0.1.0/ix_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 diff --git a/incubator/romm/0.0.5/questions.yaml b/incubator/romm/0.1.0/questions.yaml similarity index 96% rename from incubator/romm/0.0.5/questions.yaml rename to incubator/romm/0.1.0/questions.yaml index b256dca8a89..f2c882a34fa 100644 --- a/incubator/romm/0.0.5/questions.yaml +++ b/incubator/romm/0.1.0/questions.yaml @@ -470,9 +470,9 @@ questions: additional_attrs: true type: dict attrs: - - 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 @@ -540,9 +540,9 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi - - 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 @@ -767,63 +767,6 @@ questions: schema: type: string default: "" - - variable: tls - label: TLS-Settings - schema: - type: list - show_if: [["certificateIssuer", "=", ""]] - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - type: dict - attrs: - - variable: hosts - label: Certificate Hosts - schema: - type: list - default: [] - items: - - variable: host - label: Host - schema: - type: string - default: "" - required: true - - - variable: certificateIssuer - label: Use Cert-Manager clusterIssuer - description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' - schema: - type: string - default: "" - - variable: scaleCert - label: Use TrueNAS SCALE Certificate (Deprecated) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: int - $ref: - - "definitions/certificate" - - variable: secretName - label: Use Custom Secret (Advanced) - schema: - show_if: [["certificateIssuer", "=", ""]] - type: string - default: "" - - variable: entrypoint - label: (Advanced) Traefik Entrypoint - description: Entrypoint used by Traefik when using Traefik as Ingress Provider - schema: - type: string - default: websecure - required: true - - variable: ingressClassName - label: (Advanced/Optional) IngressClass Name - schema: - type: string - default: "" - variable: middlewares label: Traefik Middlewares description: Add previously created Traefik Middlewares to this Ingress @@ -837,6 +780,70 @@ questions: type: string default: "" required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + required: true + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" - variable: ingressList label: Add Manual Custom Ingresses group: Ingress diff --git a/incubator/romm/0.0.5/templates/NOTES.txt b/incubator/romm/0.1.0/templates/NOTES.txt similarity index 100% rename from incubator/romm/0.0.5/templates/NOTES.txt rename to incubator/romm/0.1.0/templates/NOTES.txt diff --git a/incubator/romm/0.0.5/templates/common.yaml b/incubator/romm/0.1.0/templates/common.yaml similarity index 100% rename from incubator/romm/0.0.5/templates/common.yaml rename to incubator/romm/0.1.0/templates/common.yaml diff --git a/incubator/romm/0.0.5/values.yaml b/incubator/romm/0.1.0/values.yaml similarity index 100% rename from incubator/romm/0.0.5/values.yaml rename to incubator/romm/0.1.0/values.yaml