Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 10:39:03 +00:00
parent 1e49907266
commit 9af9e14d9b
11 changed files with 66 additions and 25 deletions

View File

@ -4,6 +4,15 @@
## [komga-8.0.10](https://github.com/truecharts/charts/compare/komga-8.0.9...komga-8.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/komga to v0.161.0
## [komga-8.0.9](https://github.com/truecharts/charts/compare/komga-8.0.8...komga-8.0.9) (2023-01-18)
### Chore
@ -88,12 +97,3 @@
## [komga-8.0.3](https://github.com/truecharts/charts/compare/komga-8.0.2...komga-8.0.3) (2022-11-30)
## [komga-8.0.3](https://github.com/truecharts/charts/compare/komga-8.0.2...komga-8.0.3) (2022-11-30)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.159.1"
appVersion: "0.161.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/komga
- https://komga.org/
- https://github.com/gotson/komga
version: 8.0.9
version: 8.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [komga-8.0.10](https://github.com/truecharts/charts/compare/komga-8.0.9...komga-8.0.10) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/komga to v0.161.0

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/komga
tag: 0.159.1@sha256:6f2a518d3b01f8f02e377bfdb8a1f2a9434e1661a15b9a95bb62bd12f4e139d4
tag: 0.161.0@sha256:5e68351290afd7fd31ec5bdf50fe521e73944b749f0d2595203132b53c12bacd
pullPolicy: IfNotPresent
service:

View File

@ -694,10 +694,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -718,12 +725,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -835,11 +856,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -859,12 +887,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
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: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [komga-8.0.9](https://github.com/truecharts/charts/compare/komga-8.0.8...komga-8.0.9) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/komga to v0.159.1