Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ae2e4bc8bc
commit
172e412a59
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [autobrr-3.0.13](https://github.com/truecharts/charts/compare/autobrr-3.0.12...autobrr-3.0.13) (2023-01-19)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/autobrr to v1.16.0
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [autobrr-3.0.14](https://github.com/truecharts/charts/compare/autobrr-3.0.13...autobrr-3.0.14) (2023-02-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/autobrr to v1.17.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [autobrr-3.0.13](https://github.com/truecharts/charts/compare/autobrr-3.0.12...autobrr-3.0.13) (2023-01-19)
|
## [autobrr-3.0.13](https://github.com/truecharts/charts/compare/autobrr-3.0.12...autobrr-3.0.13) (2023-01-19)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [autobrr-3.0.4](https://github.com/truecharts/charts/compare/autobrr-3.0.3...autobrr-3.0.4) (2022-12-13)
|
## [autobrr-3.0.4](https://github.com/truecharts/charts/compare/autobrr-3.0.3...autobrr-3.0.4) (2022-12-13)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [autobrr-3.0.3](https://github.com/truecharts/charts/compare/autobrr-3.0.2...autobrr-3.0.3) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: autobrr
|
name: autobrr
|
||||||
version: 3.0.13
|
version: 3.0.14
|
||||||
appVersion: "1.16.0"
|
appVersion: "1.17.0"
|
||||||
description: The modern download automation tool for torrents.
|
description: The modern download automation tool for torrents.
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
||||||
|
@ -13,6 +13,7 @@ keywords:
|
||||||
- torrent
|
- torrent
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||||
|
- https://hub.docker.com/ghcr.io/autobrr/autobrr
|
||||||
- https://github.com/autobrr/autobrr
|
- https://github.com/autobrr/autobrr
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [autobrr-3.0.14](https://github.com/truecharts/charts/compare/autobrr-3.0.13...autobrr-3.0.14) (2023-02-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/autobrr to v1.17.0
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/autobrr
|
repository: tccr.io/truecharts/autobrr
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.16.0@sha256:e9ffe9bb54a573aa842146272610e8f293a84642b5eb5026289542895f3bea87
|
tag: 1.17.0@sha256:6778e71d58f37a3780c8295e39a66f69ca7f3fa3d0c26b8d98749dcde891b95f
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -624,10 +624,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -648,12 +655,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -765,11 +786,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -789,12 +817,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue