Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-04 01:59:52 +00:00
parent 4df0220552
commit a7ed4f794c
23 changed files with 2283 additions and 29 deletions

View File

@@ -1,9 +0,0 @@
## [custom-app-9.0.36](https://github.com/truecharts/charts/compare/custom-app-9.0.35...custom-app-9.0.36) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@@ -4,6 +4,15 @@
## [custom-app-9.0.37](https://github.com/truecharts/charts/compare/custom-app-9.0.36...custom-app-9.0.37) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1124 ([#14318](https://github.com/truecharts/charts/issues/14318))
## [custom-app-9.0.36](https://github.com/truecharts/charts/compare/custom-app-9.0.35...custom-app-9.0.36) (2023-11-03)
### Chore
@@ -88,12 +97,3 @@
## [custom-app-9.0.27](https://github.com/truecharts/charts/compare/custom-app-9.0.26...custom-app-9.0.27) (2023-10-27)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1084 ([#14013](https://github.com/truecharts/charts/issues/14013))
## [custom-app-9.0.26](https://github.com/truecharts/charts/compare/custom-app-9.0.25...custom-app-9.0.26) (2023-10-26)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.21.1119"
appVersion: "0.21.1124"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -19,7 +19,7 @@ name: custom-app
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
type: application
version: 9.0.36
version: 9.0.37
annotations:
truecharts.org/category: custom
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [custom-app-9.0.37](https://github.com/truecharts/charts/compare/custom-app-9.0.36...custom-app-9.0.37) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1124 ([#14318](https://github.com/truecharts/charts/issues/14318))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.21.1119@sha256:05a3b3e4b6718a72dc07052ea6986b5b41742547e3a78e1d7df841165e59d413
tag: v0.21.1124@sha256:a24dc3375db2f99f5cf474df3bc8a0ee128160b13d396b5edbc0ffb6f9d4f7f3
portal:
open:

View File

@@ -992,6 +992,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@@ -1030,12 +1036,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
@@ -1079,6 +1085,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@@ -1136,8 +1148,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
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
@@ -1167,7 +1179,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@@ -1181,8 +1193,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jackett-15.0.38](https://github.com/truecharts/charts/compare/jackett-15.0.37...jackett-15.0.38) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1124 ([#14318](https://github.com/truecharts/charts/issues/14318))
## [jackett-15.0.37](https://github.com/truecharts/charts/compare/jackett-15.0.36...jackett-15.0.37) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
## [jackett-15.0.36](https://github.com/truecharts/charts/compare/jackett-15.0.35...jackett-15.0.36) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1119 ([#14278](https://github.com/truecharts/charts/issues/14278))
## [jackett-15.0.35](https://github.com/truecharts/charts/compare/jackett-15.0.34...jackett-15.0.35) (2023-11-02)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1116 ([#14232](https://github.com/truecharts/charts/issues/14232))
## [jackett-15.0.34](https://github.com/truecharts/charts/compare/jackett-15.0.33...jackett-15.0.34) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1112 ([#14189](https://github.com/truecharts/charts/issues/14189))
## [jackett-15.0.33](https://github.com/truecharts/charts/compare/jackett-15.0.32...jackett-15.0.33) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1106 ([#14147](https://github.com/truecharts/charts/issues/14147))
## [jackett-15.0.32](https://github.com/truecharts/charts/compare/jackett-15.0.31...jackett-15.0.32) (2023-10-30)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1104 ([#14114](https://github.com/truecharts/charts/issues/14114))
## [jackett-15.0.31](https://github.com/truecharts/charts/compare/jackett-15.0.30...jackett-15.0.31) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
## [jackett-15.0.30](https://github.com/truecharts/charts/compare/jackett-15.0.29...jackett-15.0.30) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update container image tccr.io/truecharts/jackett to v0.21.1096 ([#14075](https://github.com/truecharts/charts/issues/14075))
## [jackett-15.0.29](https://github.com/truecharts/charts/compare/jackett-15.0.28...jackett-15.0.29) (2023-10-28)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1085 ([#14040](https://github.com/truecharts/charts/issues/14040))
## [jackett-15.0.28](https://github.com/truecharts/charts/compare/jackett-15.0.27...jackett-15.0.28) (2023-10-27)

View File

@@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "0.21.1124"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.2
deprecated: false
description: API Support for your favorite torrent trackers.
home: https://truecharts.org/charts/stable/jackett
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png
keywords:
- jackett
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jackett
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
- https://github.com/Jackett/Jackett
type: application
version: 15.0.38
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [jackett-15.0.38](https://github.com/truecharts/charts/compare/jackett-15.0.37...jackett-15.0.38) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/jackett to v0.21.1124 ([#14318](https://github.com/truecharts/charts/issues/14318))

View File

@@ -0,0 +1,8 @@
API Support for your favorite torrent trackers.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/jackett](https://truecharts.org/charts/stable/jackett)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@@ -0,0 +1,38 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.21.1124@sha256:73213b991e587dbc5f80e39cd44a802b180c84293b4a4abc8ce4af79965c9f03
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: http
targetPort: 9117
port: 9117
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File