Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 08:47:26 +00:00
parent 2cc6f1d227
commit de706d5e66
12 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [flexget-5.0.21](https://github.com/truecharts/charts/compare/flexget-5.0.20...flexget-5.0.21) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [flexget-5.0.22](https://github.com/truecharts/charts/compare/flexget-5.0.21...flexget-5.0.22) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/flexget to v3.7.2 ([#9258](https://github.com/truecharts/charts/issues/9258))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [flexget-5.0.21](https://github.com/truecharts/charts/compare/flexget-5.0.20...flexget-5.0.21) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [flexget-5.0.12](https://github.com/truecharts/charts/compare/flexget-5.0.11...flexget-5.0.12) (2023-05-03)
### Chore
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
## [flexget-5.0.11](https://github.com/truecharts/charts/compare/flexget-5.0.10...flexget-5.0.11) (2023-04-30)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.7.0"
appVersion: "3.7.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/flexget
- https://github.com/wiserain/docker-flexget
type: application
version: 5.0.21
version: 5.0.22
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,13 @@
## [flexget-5.0.22](https://github.com/truecharts/charts/compare/flexget-5.0.21...flexget-5.0.22) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/flexget to v3.7.2 ([#9258](https://github.com/truecharts/charts/issues/9258))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: v3.7.0@sha256:84e13aeb62d181967a3dd0ece0079eef1a4417484c1ac704bb250c0e159c8933
tag: v3.7.2@sha256:08b5559203ac066a3c5811ade46c2c92c54ad6bd38af9d54e9305b53d2a5ab6e
securityContext:
container:

View File

@ -820,63 +820,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
@ -890,6 +833,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