Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 03:21:19 +00:00
parent 1f9d31189a
commit 81f0d36885
11 changed files with 66 additions and 25 deletions

View File

@ -1,9 +0,0 @@
## [flexget-4.0.17](https://github.com/truecharts/charts/compare/flexget-4.0.16...flexget-4.0.17) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.18

View File

@ -4,6 +4,15 @@
## [flexget-4.0.18](https://github.com/truecharts/charts/compare/flexget-4.0.17...flexget-4.0.18) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.21
## [flexget-4.0.17](https://github.com/truecharts/charts/compare/flexget-4.0.16...flexget-4.0.17) (2023-01-21)
### Chore
@ -88,12 +97,3 @@
## [flexget-4.0.8](https://github.com/truecharts/charts/compare/flexget-4.0.7...flexget-4.0.8) (2022-12-18)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.11 ([#5523](https://github.com/truecharts/charts/issues/5523))
## [flexget-4.0.7](https://github.com/truecharts/charts/compare/flexget-4.0.6...flexget-4.0.7) (2022-12-13)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.5.18"
appVersion: "3.5.21"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -22,7 +22,7 @@ sources:
- https://hub.docker.com/r/wiserain/flexget
- https://github.com/wiserain/docker-flexget
type: application
version: 4.0.17
version: 4.0.18
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [flexget-4.0.18](https://github.com/truecharts/charts/compare/flexget-4.0.17...flexget-4.0.18) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/flexget to v3.5.21

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: 3.5.18@sha256:bbe4a60d4380f292fb96ba5c50b2f0fa4196f909ef84cc8a169ee88e6af26cd6
tag: 3.5.21@sha256:788019acced1d459c75557fb9f2612930d7deccf6ea79fe4152fe03b024f9d0c
securityContext:
runAsNonRoot: false

View File

@ -708,10 +708,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
@ -732,12 +739,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
@ -849,11 +870,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
@ -873,12 +901,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