Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-31 20:50:23 +00:00
parent 87e3803414
commit 54f5c44e85
12 changed files with 35 additions and 42 deletions

View File

@ -1,10 +0,0 @@
## [autobrr-5.0.6](https://github.com/truecharts/charts/compare/autobrr-5.0.5...autobrr-5.0.6) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [autobrr-5.0.7](https://github.com/truecharts/charts/compare/autobrr-5.0.6...autobrr-5.0.7) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/autobrr to v1.33.0 ([#14180](https://github.com/truecharts/charts/issues/14180))
## [autobrr-5.0.6](https://github.com/truecharts/charts/compare/autobrr-5.0.5...autobrr-5.0.6) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [autobrr-4.0.24](https://github.com/truecharts/charts/compare/autobrr-4.0.23...autobrr-4.0.24) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/autobrr to v1.27.1 ([#9943](https://github.com/truecharts/charts/issues/9943))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autobrr
version: 5.0.6
appVersion: "1.32.0"
version: 5.0.7
appVersion: "1.33.0"
description: The modern download automation tool for torrents.
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [autobrr-5.0.7](https://github.com/truecharts/charts/compare/autobrr-5.0.6...autobrr-5.0.7) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/autobrr to v1.33.0 ([#14180](https://github.com/truecharts/charts/issues/14180))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/autobrr
pullPolicy: IfNotPresent
tag: v1.32.0@sha256:9434470233190792ec0d63e667f940eeebc38bfb1711090234e0d05c2ba1590c
tag: v1.33.0@sha256:82fbc60578cbc9a80554cac3187534d1e169fc6ce260db110c3575d5fe177a9e
service:
main:

View File

@ -800,19 +800,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -878,19 +865,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
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