Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 08:41:12 +00:00
parent e3f16449fd
commit 0105d73246
11 changed files with 66 additions and 25 deletions

View File

@ -1,9 +0,0 @@
## [prowlarr-8.0.18](https://github.com/truecharts/charts/compare/prowlarr-8.0.17...prowlarr-8.0.18) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.1.0.2322

View File

@ -4,6 +4,15 @@
## [prowlarr-8.0.19](https://github.com/truecharts/charts/compare/prowlarr-8.0.18...prowlarr-8.0.19) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.1.1.2377
## [prowlarr-8.0.18](https://github.com/truecharts/charts/compare/prowlarr-8.0.17...prowlarr-8.0.18) (2023-01-19)
### Chore
@ -88,12 +97,3 @@
## [prowlarr-8.0.9](https://github.com/truecharts/charts/compare/prowlarr-8.0.8...prowlarr-8.0.9) (2022-12-20)
### Chore
- update container image tccr.io/truecharts/prowlarr to v0.4.11.2143
## [prowlarr-8.0.8](https://github.com/truecharts/charts/compare/prowlarr-8.0.7...prowlarr-8.0.8) (2022-12-19)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.1.0.2322"
appVersion: "1.1.1.2377"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
version: 8.0.18
version: 8.0.19
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [prowlarr-8.0.19](https://github.com/truecharts/charts/compare/prowlarr-8.0.18...prowlarr-8.0.19) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/prowlarr to v1.1.1.2377

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/prowlarr
tag: 1.1.0.2322@sha256:f8d7416e716edebac49f49984f029a4e700c1a358799bf84b74c38be7ed3e427
tag: 1.1.1.2377@sha256:996fe495cbbf1e429ade3bd17730abc8f4120203d10f93c0e84d011d9f6249cc
pullPolicy: IfNotPresent
securityContext:

View File

@ -625,10 +625,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
@ -649,12 +656,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
@ -766,11 +787,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
@ -790,12 +818,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