Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-28 15:15:05 +00:00
parent e9b4d02634
commit df0f7173c6
13 changed files with 94 additions and 78 deletions

View File

@ -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))

View File

@ -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) ## [romm-0.0.5](https://github.com/truecharts/charts/compare/romm-0.0.4...romm-0.0.5) (2023-05-27)
### Chore ### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "1.8.1" appVersion: "1.8.4"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/romm - https://github.com/truecharts/charts/tree/master/charts/incubator/romm
- https://github.com/zurdi15/romm - https://github.com/zurdi15/romm
type: application type: application
version: 0.0.5 version: 0.1.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -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))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/romm repository: tccr.io/truecharts/romm
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.8.1@sha256:b8e1b4d352c223b73b049e48aa960827bc59e7587d5b64452a3fa99ca219f71f tag: v1.8.4@sha256:2caadd52ad96c4f674030ea0176361e796fdc158c5f1eb48406863aa6e03ec4d
securityContext: securityContext:
container: container:
@ -53,12 +53,12 @@ service:
port: 10680 port: 10680
persistence: persistence:
romm:
enabled: true
mountPath: /romm
library: library:
enabled: true enabled: true
mountPath: /romm/library mountPath: /romm/library
resources:
enabled: true
mountPath: /romm/resources
mariadb: mariadb:
enabled: true enabled: true

View File

@ -470,9 +470,9 @@ questions:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: romm - variable: library
label: App Romm Storage label: App Library Storage
description: Stores the Application Romm. description: Stores the Application Library.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -540,9 +540,9 @@ questions:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: 256Gi default: 256Gi
- variable: library - variable: resources
label: App Library Storage label: App Resources Storage
description: Stores the Application Library. description: Stores the Application Resources.
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@ -767,63 +767,6 @@ questions:
schema: schema:
type: string type: string
default: "" 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 - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -837,6 +780,70 @@ questions:
type: string type: string
default: "" default: ""
required: true 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 - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress