Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [custom-app-9.0.32](https://github.com/truecharts/charts/compare/custom-app-9.0.31...custom-app-9.0.32) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1106 ([#14147](https://github.com/truecharts/charts/issues/14147))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [custom-app-9.0.33](https://github.com/truecharts/charts/compare/custom-app-9.0.32...custom-app-9.0.33) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1112 ([#14189](https://github.com/truecharts/charts/issues/14189))
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-9.0.32](https://github.com/truecharts/charts/compare/custom-app-9.0.31...custom-app-9.0.32) (2023-10-31)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [custom-app-9.0.23](https://github.com/truecharts/charts/compare/custom-app-9.0.22...custom-app-9.0.23) (2023-10-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1073 ([#13903](https://github.com/truecharts/charts/issues/13903))
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-9.0.22](https://github.com/truecharts/charts/compare/custom-app-9.0.21...custom-app-9.0.22) (2023-10-22)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.21.1106"
|
||||
appVersion: "0.21.1112"
|
||||
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.32
|
||||
version: 9.0.33
|
||||
annotations:
|
||||
truecharts.org/category: custom
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/custom-app/9.0.33/app-changelog.md
Normal file
9
stable/custom-app/9.0.33/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [custom-app-9.0.33](https://github.com/truecharts/charts/compare/custom-app-9.0.32...custom-app-9.0.33) (2023-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1112 ([#14189](https://github.com/truecharts/charts/issues/14189))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.21.1106@sha256:7c50bd86ef6da26bc33c5d0bab9b8d084771a82255438afde86526a7978be74b
|
||||
tag: v0.21.1112@sha256:cfeb3023db347dc88647f8a92508f855c3c755a9bf67b8f77ac5775b4ff2609f
|
||||
|
||||
portal:
|
||||
open:
|
||||
@@ -965,19 +965,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
|
||||
@@ -1043,19 +1030,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
|
||||
99
stable/jackett/15.0.34/CHANGELOG.md
Normal file
99
stable/jackett/15.0.34/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [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)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1084 ([#14013](https://github.com/truecharts/charts/issues/14013))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-15.0.27](https://github.com/truecharts/charts/compare/jackett-15.0.26...jackett-15.0.27) (2023-10-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1078 ([#13976](https://github.com/truecharts/charts/issues/13976))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-15.0.26](https://github.com/truecharts/charts/compare/jackett-15.0.25...jackett-15.0.26) (2023-10-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1077 ([#13949](https://github.com/truecharts/charts/issues/13949))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-15.0.25](https://github.com/truecharts/charts/compare/jackett-15.0.24...jackett-15.0.25) (2023-10-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.21.1076 ([#13923](https://github.com/truecharts/charts/issues/13923))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-15.0.24](https://github.com/truecharts/charts/compare/jackett-15.0.23...jackett-15.0.24) (2023-10-23)
|
||||
|
||||
28
stable/jackett/15.0.34/Chart.yaml
Normal file
28
stable/jackett/15.0.34/Chart.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.21.1112"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.2.0
|
||||
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.34
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
27
stable/jackett/15.0.34/README.md
Normal file
27
stable/jackett/15.0.34/README.md
Normal 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*
|
||||
9
stable/jackett/15.0.34/app-changelog.md
Normal file
9
stable/jackett/15.0.34/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
8
stable/jackett/15.0.34/app-readme.md
Normal file
8
stable/jackett/15.0.34/app-readme.md
Normal 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!
|
||||
BIN
stable/jackett/15.0.34/charts/common-14.2.0.tgz
Normal file
BIN
stable/jackett/15.0.34/charts/common-14.2.0.tgz
Normal file
Binary file not shown.
38
stable/jackett/15.0.34/ix_values.yaml
Normal file
38
stable/jackett/15.0.34/ix_values.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.21.1112@sha256:5acd5e013aa9103d8f5c327c70221168e1cdac53de84b5a611058eb215725767
|
||||
|
||||
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
|
||||
2019
stable/jackett/15.0.34/questions.yaml
Normal file
2019
stable/jackett/15.0.34/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/jackett/15.0.34/templates/NOTES.txt
Normal file
1
stable/jackett/15.0.34/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/jackett/15.0.34/templates/common.yaml
Normal file
1
stable/jackett/15.0.34/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/jackett/15.0.34/values.yaml
Normal file
0
stable/jackett/15.0.34/values.yaml
Normal file
Reference in New Issue
Block a user