Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
287c98b172
commit
839c8ed250
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [icloudpd-2.0.15](https://github.com/truecharts/charts/compare/icloudpd-2.0.14...icloudpd-2.0.15) (2023-05-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix mistakes on questions.yaml
|
||||
- set correct value for china, sync time ([#7745](https://github.com/truecharts/charts/issues/7745))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [icloudpd-2.0.16](https://github.com/truecharts/charts/compare/icloudpd-2.0.15...icloudpd-2.0.16) (2023-05-28)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix broken questions ([#9222](https://github.com/truecharts/charts/issues/9222))
|
||||
|
||||
|
||||
|
||||
|
||||
## [icloudpd-2.0.15](https://github.com/truecharts/charts/compare/icloudpd-2.0.14...icloudpd-2.0.15) (2023-05-26)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [icloudpd-2.0.6](https://github.com/truecharts/charts/compare/icloudpd-2.0.5...icloudpd-2.0.6) (2022-12-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/icloudpd to latest
|
||||
|
||||
|
||||
|
||||
|
||||
## [icloudpd-2.0.5](https://github.com/truecharts/charts/compare/icloudpd-2.0.4...icloudpd-2.0.5) (2022-11-30)
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd
|
||||
- https://github.com/Womabre/-TrueNAS-docker-templates
|
||||
type: application
|
||||
version: 2.0.15
|
||||
version: 2.0.16
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [icloudpd-2.0.16](https://github.com/truecharts/charts/compare/icloudpd-2.0.15...icloudpd-2.0.16) (2023-05-28)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix broken questions ([#9222](https://github.com/truecharts/charts/issues/9222))
|
||||
|
||||
|
|
@ -29,7 +29,14 @@ groups:
|
|||
description: Postgresql
|
||||
- name: Documentation
|
||||
description: Documentation
|
||||
portals: {}
|
||||
portals:
|
||||
open:
|
||||
protocols:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_protocol"
|
||||
host:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_tcportal-open_port"
|
||||
questions:
|
||||
- variable: global
|
||||
group: General Settings
|
||||
|
@ -804,20 +811,32 @@ questions:
|
|||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 256Gi
|
||||
|
||||
|
||||
- variable: runAsUser
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
- variable: securityContext
|
||||
group: Security and Permissions
|
||||
label: Security Context
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: container
|
||||
label: Container
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: runAsGroup
|
||||
description: The groupID this App of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: runAsUser
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: runAsGroup
|
||||
description: The groupID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
||||
|
@ -877,12 +896,12 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
- variable: resources
|
||||
group: Resources and Devices
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.26](https://github.com/truecharts/charts/compare/jackett-14.0.25...jackett-14.0.26) (2023-05-28)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
### Fix
|
||||
|
||||
- find way to detect changed once ([#9220](https://github.com/truecharts/charts/issues/9220))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.25](https://github.com/truecharts/charts/compare/jackett-14.0.24...jackett-14.0.25) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.24](https://github.com/truecharts/charts/compare/jackett-14.0.23...jackett-14.0.24) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.23](https://github.com/truecharts/charts/compare/jackett-14.0.20...jackett-14.0.23) (2023-05-25)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.23](https://github.com/truecharts/charts/compare/jackett-14.0.20...jackett-14.0.23) (2023-05-25)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.22](https://github.com/truecharts/charts/compare/jackett-14.0.20...jackett-14.0.22) (2023-05-25)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.22](https://github.com/truecharts/charts/compare/jackett-14.0.20...jackett-14.0.22) (2023-05-25)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.21](https://github.com/truecharts/charts/compare/jackett-14.0.20...jackett-14.0.21) (2023-05-25)
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.20](https://github.com/truecharts/charts/compare/jackett-14.0.19...jackett-14.0.20) (2023-05-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.19](https://github.com/truecharts/charts/compare/jackett-14.0.18...jackett-14.0.19) (2023-05-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
|
||||
|
||||
### Feat
|
||||
|
||||
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.18](https://github.com/truecharts/charts/compare/jackett-14.0.17...jackett-14.0.18) (2023-05-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jackett to v0.20.4145 ([#9011](https://github.com/truecharts/charts/issues/9011))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-14.0.17](https://github.com/truecharts/charts/compare/jackett-14.0.16...jackett-14.0.17) (2023-05-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.20.4145"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.10.4
|
||||
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: 14.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
- test
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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%20Apps/Important-MUST-READ).
|
||||
- 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*
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [jackett-14.0.26](https://github.com/truecharts/charts/compare/jackett-14.0.25...jackett-14.0.26) (2023-05-28)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
### Fix
|
||||
|
||||
- find way to detect changed once ([#9220](https://github.com/truecharts/charts/issues/9220))
|
||||
|
||||
|
|
@ -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.
|
@ -0,0 +1,33 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.20.4145@sha256:e9e1a99651381a47b655dfe9c7eda3a86cda02cb49437fe57fc8ff1a91303ffa
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 9117
|
||||
port: 9117
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
path: "/UI/Login"
|
||||
readiness:
|
||||
path: "/UI/Login"
|
||||
startup:
|
||||
path: "/UI/Login"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue