Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [velero-3.2.1](https://github.com/truecharts/charts/compare/velero-3.2.0...velero-3.2.1) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
|
||||
Binary file not shown.
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [velero-3.2.2](https://github.com/truecharts/charts/compare/velero-3.2.1...velero-3.2.2) (2024-02-06)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993))
|
||||
|
||||
|
||||
## [velero-3.2.1](https://github.com/truecharts/charts/compare/velero-3.2.0...velero-3.2.1) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
|
||||
|
||||
- update container image velero/velero-plugin-for-csi to v0.6.3[@6f6fe00](https://github.com/6f6fe00) by renovate ([#17104](https://github.com/truecharts/charts/issues/17104))
|
||||
|
||||
|
||||
## [velero-3.1.9](https://github.com/truecharts/charts/compare/velero-3.1.8...velero-3.1.9) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
version: 17.3.0
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/velero
|
||||
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||
type: application
|
||||
version: 3.2.1
|
||||
version: 3.2.2
|
||||
9
enterprise/velero/3.2.2/app-changelog.md
Normal file
9
enterprise/velero/3.2.2/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [velero-3.2.2](https://github.com/truecharts/charts/compare/velero-3.2.1...velero-3.2.2) (2024-02-06)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993))
|
||||
BIN
enterprise/velero/3.2.2/charts/common-17.3.0.tgz
Normal file
BIN
enterprise/velero/3.2.2/charts/common-17.3.0.tgz
Normal file
Binary file not shown.
@@ -23,6 +23,8 @@ groups:
|
||||
description: Metrics
|
||||
- name: Addons
|
||||
description: Addon Configuration
|
||||
- name: Backup Configuration
|
||||
description: Configure Velero Backup Schedule
|
||||
- name: Advanced
|
||||
description: Advanced Configuration
|
||||
- name: Postgresql
|
||||
@@ -297,8 +299,8 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: schedules
|
||||
group: "App Configuration"
|
||||
label: "Pre-Defined Backup Schedules"
|
||||
group: "Backup Configuration"
|
||||
label: "Backup Schedules"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
@@ -309,27 +311,27 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: disabled
|
||||
label: "disabled"
|
||||
- variable: enabled
|
||||
label: "enabled"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: schedule
|
||||
label: "schedule"
|
||||
show_if: [["disabled", "=", false]]
|
||||
show_if: [["enabled", "=", true]]
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "0 0 0 * * *"
|
||||
- variable: useOwnerReferencesInBackup
|
||||
label: "useOwnerReferencesInBackup"
|
||||
show_if: [["disabled", "=", false]]
|
||||
show_if: [["enabled", "=", true]]
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: template
|
||||
label: template
|
||||
show_if: [["disabled", "=", false]]
|
||||
show_if: [["enabled", "=", true]]
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
99
stable/jackett/18.1.12/CHANGELOG.md
Normal file
99
stable/jackett/18.1.12/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [jackett-18.1.12](https://github.com/truecharts/charts/compare/jackett-18.1.11...jackett-18.1.12) (2024-02-06)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993))
|
||||
|
||||
|
||||
## [jackett-18.1.11](https://github.com/truecharts/charts/compare/jackett-18.1.10...jackett-18.1.11) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
|
||||
|
||||
|
||||
## [jackett-18.1.10](https://github.com/truecharts/charts/compare/jackett-18.1.9...jackett-18.1.10) (2024-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
|
||||
|
||||
|
||||
## [jackett-18.1.9](https://github.com/truecharts/charts/compare/jackett-18.1.8...jackett-18.1.9) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
|
||||
|
||||
|
||||
## [jackett-18.1.8](https://github.com/truecharts/charts/compare/jackett-18.1.7...jackett-18.1.8) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
|
||||
|
||||
|
||||
## [jackett-18.1.7](https://github.com/truecharts/charts/compare/jackett-18.1.6...jackett-18.1.7) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jackett-18.1.6](https://github.com/truecharts/charts/compare/jackett-18.1.5...jackett-18.1.6) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
|
||||
## [jackett-18.1.5](https://github.com/truecharts/charts/compare/jackett-18.1.4...jackett-18.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [jackett-18.1.4](https://github.com/truecharts/charts/compare/jackett-18.1.3...jackett-18.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [jackett-18.1.3](https://github.com/truecharts/charts/compare/jackett-18.1.0...jackett-18.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
38
stable/jackett/18.1.12/Chart.yaml
Normal file
38
stable/jackett/18.1.12/Chart.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.21.1155
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.3.0
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
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.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: jackett
|
||||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
|
||||
- https://ghcr.io/linuxserver/jackett
|
||||
type: application
|
||||
version: 18.1.12
|
||||
28
stable/jackett/18.1.12/README.md
Normal file
28
stable/jackett/18.1.12/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: 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/jackett)
|
||||
|
||||
**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/18.1.12/app-changelog.md
Normal file
9
stable/jackett/18.1.12/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [jackett-18.1.12](https://github.com/truecharts/charts/compare/jackett-18.1.11...jackett-18.1.12) (2024-02-06)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- add velero backup schedule to GUI templates ([#17993](https://github.com/truecharts/charts/issues/17993))
|
||||
8
stable/jackett/18.1.12/app-readme.md
Normal file
8
stable/jackett/18.1.12/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/18.1.12/charts/common-17.3.0.tgz
Normal file
BIN
stable/jackett/18.1.12/charts/common-17.3.0.tgz
Normal file
Binary file not shown.
35
stable/jackett/18.1.12/ix_values.yaml
Normal file
35
stable/jackett/18.1.12/ix_values.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.21.1155@sha256:5c408d64cb2385a3ee2934c8a5773eaadd5cd114e6b338328d60ab964ec0c88c
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
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
|
||||
2880
stable/jackett/18.1.12/questions.yaml
Normal file
2880
stable/jackett/18.1.12/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/jackett/18.1.12/templates/NOTES.txt
Normal file
1
stable/jackett/18.1.12/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/jackett/18.1.12/templates/common.yaml
Normal file
1
stable/jackett/18.1.12/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/jackett/18.1.12/values.yaml
Normal file
0
stable/jackett/18.1.12/values.yaml
Normal file
Reference in New Issue
Block a user