Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-01-09 18:33:43 +00:00
parent 491a71e322
commit 7e84e28168
58 changed files with 15633 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [fabulinus-0.0.1]fabulinus-0.0.1 (2024-01-09)

View File

@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: fabulinus
version: 0.0.1
appVersion: latest
description: Fabulinus is the server component of the TitanML Takeoff server.
home: https://truecharts.org/charts/dev/fabulinus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/dev/fabulinus
- https://hub.docker.com/r/tytn/fabulinus
- https://github.com/titanml/takeoff-communitys
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- fabulinus
- machine-learning
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: ai
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
type: application

View 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_

View File

@ -0,0 +1,3 @@
## [fabulinus-0.0.1]fabulinus-0.0.1 (2024-01-09)

View File

@ -0,0 +1,8 @@
Fabulinus is the server component of the TitanML Takeoff server.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/fabulinus](https://truecharts.org/charts/dev/fabulinus)
---
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,65 @@
image:
repository: tytn/fabulinus
pullPolicy: IfNotPresent
tag: latest-cpu@sha256:f8b30eaa5b61d6085fc715f40619733846927c2266a3e20523e93fb58afeef38
gpuImage:
repository: tytn/fabulinus
pullPolicy: IfNotPresent
tag: latest-gpu@sha256:9a826a578ca4157fbe3c091eb78aa35dfca6675f9fae24dcb90495ba4d9715d1
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 80
port: 10687
fabulinus:
# cpu | gpu
device: cpu
model: "google/flan-t5-small"
# int8 | float16 | bfloat16 | int8_float16 | int8_bfloat16
quant_type: int8
max_batch_size: 32
disable_batching: true
workload:
main:
podSpec:
containers:
main:
imageSelector: image
probes:
liveness:
enabled: true
type: http
path: /docs
readiness:
enabled: true
type: http
path: /docs
startup:
enabled: true
type: tcp
env:
TAKEOFF_DEVICE: "{{ .Values.fabulinus.device }}"
TAKEOFF_MODEL_NAME: "{{ .Values.fabulinus.model }}"
TAKEOFF_QUANT_TYPE: "{{ .Values.fabulinus.quant_type }}"
TAKEOFF_MAX_BATCH_SIZE: "{{ .Values.fabulinus.max_batch_size }}"
TAKEOFF_DISABLE_BATCHING: "{{ .Values.fabulinus.disable_batching }}"
persistence:
models:
enabled: true
mountPath: "/code/models"
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

4
dev/fabulinus/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.png
categories:
- ai
screenshots: []

View File

@ -0,0 +1,10 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [maintainerr-0.0.1]maintainerr-0.0.1 (2024-01-09)

View File

@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: maintainerr
version: 0.0.1
appVersion: 1.7.0
description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem.
home: https://truecharts.org/charts/dev/maintainerr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/dev/maintainerr
- https://github.com/jorenn92/Maintainerr
- https://hub.docker.com/r/jorenn92/maintainerr
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- maintainerr
- media
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dev
type: application

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,3 @@
## [maintainerr-0.0.1]maintainerr-0.0.1 (2024-01-09)

View File

@ -0,0 +1,8 @@
Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/maintainerr](https://truecharts.org/charts/dev/maintainerr)
---
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,27 @@
image:
repository: jorenn92/maintainerr
pullPolicy: IfNotPresent
tag: 1.7.0@sha256:0bc775f1a3ff502f6bdb6e2a9e318368e7498d9cf77964b8b578d5f547c92340
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 80
port: 8154
persistence:
data:
enabled: true
mountPath: "/opt/data"
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

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png
categories:
- media
screenshots: []

View File

@ -0,0 +1,10 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [ollama-0.0.1]ollama-0.0.1 (2024-01-09)

View File

@ -0,0 +1,38 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: ollama
version: 0.0.1
appVersion: 0.1.18
description: Get up and running with large language models locally.
home: https://truecharts.org/charts/dev/ollama
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ollama
- https://github.com/jmorganca/ollama
- https://hub.docker.com/r/ollama/ollama
- https://github.com/ollama-webui/ollama-webui
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- ollama
- language-models
dependencies:
- name: common
version: 17.2.21
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: ai
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,3 @@
## [ollama-0.0.1]ollama-0.0.1 (2024-01-09)

View File

@ -0,0 +1,8 @@
Get up and running with large language models locally.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/ollama](https://truecharts.org/charts/dev/ollama)
---
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,99 @@
image:
repository: ollama/ollama
pullPolicy: IfNotPresent
tag: 0.1.18@sha256:5327f8c3f43e30804dbdbc039e8fcf253af8291e149f186dc5c7733f68e29217
uiImage:
repository: ghcr.io/ollama-webui/ollama-webui
pullPolicy: IfNotPresent
tag: main@sha256:50dfa1104ae2f5c450bdc23920bc503a3cecd50f02efa328df98c317f8552e6c
service:
main:
targetSelector: ui
ports:
main:
protocol: http
targetPort: 8080
port: 10686
targetSelector: ui
api:
enabled: true
type: ClusterIP
targetSelector: main
ports:
api:
enabled: true
protocol: http
port: 11434
targetSelector: main
workload:
main:
podSpec:
containers:
main:
imageSelector: image
securityContext:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false
readOnlyRootFilesystem: false
probes:
liveness:
enabled: true
type: http
path: /api/version
port: "{{ .Values.service.api.ports.api.port }}"
readiness:
enabled: true
type: http
path: /api/version
port: "{{ .Values.service.api.ports.api.port }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.api.ports.api.port }}"
ui:
enabled: true
type: Deployment
podSpec:
containers:
ui:
primary: true
enabled: true
imageSelector: uiImage
probes:
liveness:
enabled: true
type: http
path: /
port: "{{ .Values.service.main.ports.main.targetPort }}"
readiness:
enabled: true
type: http
path: /
port: "{{ .Values.service.main.ports.main.targetPort }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
env:
OLLAMA_API_BASE_URL: '{{ printf "http://%v:%v/api" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.port }}'
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: "/root/.ollama"
data:
enabled: true
targetSelector:
ui:
ui:
mountPath: "/app/backend/data"
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

4
dev/ollama/item.yaml Normal file
View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.png
categories:
- ai
screenshots: []

View File

@ -0,0 +1,99 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [actualserver-8.0.0](https://github.com/truecharts/charts/compare/actualserver-7.1.7...actualserver-8.0.0) (2024-01-09)
### Chore
- update container image ghcr.io/actualbudget/actual-server to v24.1.0[@32ecfd1](https://github.com/32ecfd1) by renovate ([#17025](https://github.com/truecharts/charts/issues/17025))
## [actualserver-7.1.7](https://github.com/truecharts/charts/compare/actualserver-7.1.6...actualserver-7.1.7) (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))
## [actualserver-7.1.6](https://github.com/truecharts/charts/compare/actualserver-7.1.5...actualserver-7.1.6) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs
## [actualserver-7.1.5](https://github.com/truecharts/charts/compare/actualserver-7.1.4...actualserver-7.1.5) (2024-01-02)
### Chore
- bump common ([#16751](https://github.com/truecharts/charts/issues/16751))
## [actualserver-7.1.4](https://github.com/truecharts/charts/compare/actualserver-7.1.3...actualserver-7.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))
## [actualserver-7.1.3](https://github.com/truecharts/charts/compare/actualserver-7.1.0...actualserver-7.1.3) (2024-01-01)
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
## [actualserver-7.1.2](https://github.com/truecharts/charts/compare/actualserver-7.1.0...actualserver-7.1.2) (2024-01-01)
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
## [actualserver-7.1.0](https://github.com/truecharts/charts/compare/actualserver-7.0.1...actualserver-7.1.0) (2023-12-30)
### Chore
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
## [actualserver-7.0.1](https://github.com/truecharts/charts/compare/actualserver-7.0.0...actualserver-7.0.1) (2023-12-26)
### Chore

View File

@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: actualserver
version: 8.0.0
appVersion: 24.1.0
description: Actual is a super fast privacy-focused app for managing your finances.
home: https://truecharts.org/charts/stable/actualserver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
deprecated: false
sources:
- https://github.com/Kippenhof/docker-templates
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
- https://ghcr.io/actualbudget/actual-server
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- actualserver
- finance
dependencies:
- name: common
version: 17.2.22
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: finance
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application

View 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/actualserver)
**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 @@
## [actualserver-8.0.0](https://github.com/truecharts/charts/compare/actualserver-7.1.7...actualserver-8.0.0) (2024-01-09)
### Chore
- update container image ghcr.io/actualbudget/actual-server to v24.1.0[@32ecfd1](https://github.com/32ecfd1) by renovate ([#17025](https://github.com/truecharts/charts/issues/17025))

View File

@ -0,0 +1,8 @@
Actual is a super fast privacy-focused app for managing your finances.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/actualserver](https://truecharts.org/charts/stable/actualserver)
---
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,43 @@
image:
repository: ghcr.io/actualbudget/actual-server
pullPolicy: IfNotPresent
tag: 24.1.0@sha256:32ecfd1812380e29348c418dcd983f4c85cdd96c70ed1344577c7d474c959273
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
service:
main:
ports:
main:
port: 10293
protocol: http
targetPort: 5006
persistence:
server-files:
enabled: true
mountPath: /app/server-files
user-files:
enabled: true
mountPath: /app/user-files
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,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -0,0 +1,99 @@
---
title: Changelog
---
**Important:**
*for the complete changelog, please refer to the website*
## [nzbget-18.0.0](https://github.com/truecharts/charts/compare/nzbget-17.1.6...nzbget-18.0.0) (2024-01-09)
### Chore
- update container image ghcr.io/geek-cookbook/nzbget to v22.0[@d6b3b69](https://github.com/d6b3b69) by renovate ([#17026](https://github.com/truecharts/charts/issues/17026))
## [nzbget-17.1.6](https://github.com/truecharts/charts/compare/nzbget-17.1.5...nzbget-17.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))
## [nzbget-17.1.5](https://github.com/truecharts/charts/compare/nzbget-17.1.4...nzbget-17.1.5) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs
## [nzbget-17.1.4](https://github.com/truecharts/charts/compare/nzbget-17.1.3...nzbget-17.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))
## [nzbget-17.1.3](https://github.com/truecharts/charts/compare/nzbget-17.1.0...nzbget-17.1.3) (2024-01-01)
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
## [nzbget-17.1.2](https://github.com/truecharts/charts/compare/nzbget-17.1.0...nzbget-17.1.2) (2024-01-01)
### Chore
- bump all charts for OCI test push
- move everything to consume OCI-hosted common-chart dependency
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
## [nzbget-17.1.0](https://github.com/truecharts/charts/compare/nzbget-17.0.1...nzbget-17.1.0) (2023-12-30)
### Chore
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
## [nzbget-17.0.1](https://github.com/truecharts/charts/compare/nzbget-17.0.0...nzbget-17.0.1) (2023-12-26)
### Chore
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
## [nzbget-17.0.0](https://github.com/truecharts/charts/compare/nzbget-16.0.11...nzbget-17.0.0) (2023-12-25)
### Chore
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))

View File

@ -0,0 +1,37 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: nzbget
version: 18.0.0
appVersion: "22.0"
description: NZBGet is a Usenet downloader client
home: https://truecharts.org/charts/stable/nzbget
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
deprecated: false
sources:
- https://nzbget.net/
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
- https://ghcr.io/geek-cookbook/nzbget
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- nzbget
- usenet
dependencies:
- name: common
version: 17.2.22
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
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.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application

View 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/nzbget)
**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 @@
## [nzbget-18.0.0](https://github.com/truecharts/charts/compare/nzbget-17.1.6...nzbget-18.0.0) (2024-01-09)
### Chore
- update container image ghcr.io/geek-cookbook/nzbget to v22.0[@d6b3b69](https://github.com/d6b3b69) by renovate ([#17026](https://github.com/truecharts/charts/issues/17026))

View File

@ -0,0 +1,8 @@
NZBGet is a Usenet downloader client
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/nzbget](https://truecharts.org/charts/stable/nzbget)
---
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,29 @@
image:
repository: ghcr.io/geek-cookbook/nzbget
pullPolicy: IfNotPresent
tag: 22.0@sha256:d6b3b69aa948273a482946876af4976f592a11632051531092d282a46c512988
service:
main:
ports:
main:
port: 10057
targetPort: 6789
persistence:
config:
enabled: true
mountPath: "/config"
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

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