Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-17 15:40:09 +00:00
parent c5f1e025bf
commit 5eac95aff7
11 changed files with 2649 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [transmission-16.0.27](https://github.com/truecharts/charts/compare/transmission-16.0.26...transmission-16.0.27) (2023-06-17)
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))
## [transmission-16.0.26](https://github.com/truecharts/charts/compare/transmission-16.0.25...transmission-16.0.26) (2023-06-15)
### Fix
- Fix PodCIDR whitelist ([#9662](https://github.com/truecharts/charts/issues/9662))

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "3.00"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
deprecated: false
description: fast, easy, and free BitTorrent client.
home: https://truecharts.org/charts/stable/transmission
icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png
keywords:
- transmission
- torrent
- usenet
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: transmission
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/transmission
- https://github.com/transmission/transmission
type: application
version: 16.0.27
annotations:
truecharts.org/catagories: |
- download-tools
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%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*

View File

@ -0,0 +1,4 @@
## [transmission-16.0.27](https://github.com/truecharts/charts/compare/transmission-16.0.26...transmission-16.0.27) (2023-06-17)

View File

@ -0,0 +1,8 @@
fast, easy, and free BitTorrent client.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/transmission](https://truecharts.org/charts/stable/transmission)
---
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,125 @@
image:
repository: tccr.io/truecharts/transmission
pullPolicy: IfNotPresent
tag: v3.00@sha256:cf61bde05f265653ce12b0ef42e25ac25abcc51ff84c9e5528ef75fea8330eda
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
readiness:
enabled: true
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
env:
# PUID: 1001
# URL is set here so it wont be able to get overwritten by the user
# as this will break the probes, if the need arises we can expose it.
TRANSMISSION__RPC_URL: "/transmission"
# TRANSMISSION_RPC_USERNAME: ""
# TRANSMISSION_RPC_PASSWORD: ""
# TRANSMISSION_RPC_AUTHENTICATION_REQUIRED: false
# TRANSMISSION_ALT_SPEED_DOWN: 50
# TRANSMISSION_ALT_SPEED_ENABLED: false
# TRANSMISSION_ALT_SPEED_TIME_BEGIN: 540
# TRANSMISSION_ALT_SPEED_TIME_DAY: 127
# TRANSMISSION_ALT_SPEED_TIME_ENABLED: false
# TRANSMISSION_ALT_SPEED_TIME_END: 1020
# TRANSMISSION_ALT_SPEED_UP: 50
# TRANSMISSION_BIND_ADDRESS_IPV4: "0.0.0.0"
# TRANSMISSION_BIND_ADDRESS_IPV6: "::"
# TRANSMISSION_BLOCKLIST_ENABLED: true
# TRANSMISSION_BLOCKLIST_URL: "https://github.com/Naunter/BT_BlockLists/releases/download/v.1/bt_blocklists.gz"
# TRANSMISSION_CACHE_SIZE_MB: 4
# TRANSMISSION_DHT_ENABLED: true
# TRANSMISSION_DOWNLOAD_DIR: "/downloads/complete"
# TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: true
# TRANSMISSION_DOWNLOAD_QUEUE_SIZE: 5
# TRANSMISSION_ENCRYPTION: 1
# TRANSMISSION_IDLE_SEEDING_LIMIT: 30
# TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED: false
# TRANSMISSION_INCOMPLETE_DIR: "/downloads/incomplete"
# TRANSMISSION_INCOMPLETE_DIR_ENABLED: true
# TRANSMISSION_LPD_ENABLED: false
# TRANSMISSION_MESSAGE_LEVEL: 2
# TRANSMISSION_PEER_CONGESTION_ALGORITHM: ""
# TRANSMISSION_PEER_ID_TTL_HOURS: 6
# TRANSMISSION_PEER_LIMIT_GLOBAL: 200
# TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50
TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrent.port }}"
# TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535
# TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152
# TRANSMISSION_PEER_PORT_RANDOM_ON_START: false
# TRANSMISSION_PEER_SOCKET_TOS: default"
# TRANSMISSION_PEX_ENABLED: true
# TRANSMISSION_PORT_FORWARDING_ENABLED: false
# TRANSMISSION_PREALLOCATION: 1
# TRANSMISSION_PREFETCH_ENABLED: true
# TRANSMISSION_QUEUE_STALLED_ENABLED: true
# TRANSMISSION_QUEUE_STALLED_MINUTES: 30
# TRANSMISSION_RATIO_LIMIT: 2
# TRANSMISSION_RATIO_LIMIT_ENABLED: false
# TRANSMISSION_RENAME_PARTIAL_FILES: true
# TRANSMISSION_RPC_BIND_ADDRESS: "0.0.0.0"
# TRANSMISSION_RPC_ENABLED: true
# TRANSMISSION_RPC_HOST_WHITELIST: ""
# TRANSMISSION_RPC_HOST_WHITELIST_ENABLED: false
TRANSMISSION_RPC_PORT: "{{ .Values.service.main.ports.main.port }}"
# TRANSMISSION_RPC_URL: "/transmission/"
# TRANSMISSION_RPC_WHITELIST: ""
# TRANSMISSION_RPC_WHITELIST_ENABLED: false
# TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED: true
# TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED: false
# TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME: ""
# TRANSMISSION_SEED_QUEUE_ENABLED: false
# TRANSMISSION_SEED_QUEUE_SIZE: 10
# TRANSMISSION_SPEED_LIMIT_DOWN: 100
# TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED: false
# TRANSMISSION_SPEED_LIMIT_UP: 100
# TRANSMISSION_SPEED_LIMIT_UP_ENABLED: false
# TRANSMISSION_START_ADDED_TORRENTS: true
# TRANSMISSION_TRASH_ORIGINAL_TORRENT_FILES: false
# TRANSMISSION_UMASK: 2
# TRANSMISSION_UPLOAD_SLOTS_PER_TORRENT: 14
# TRANSMISSION_UTP_ENABLED: true
# TRANSMISSION_WATCH_DIR: "/watch"
# TRANSMISSION_WATCH_DIR_ENABLED: false
persistence:
config:
enabled: true
mountPath: "/config"
service:
main:
ports:
main:
port: 10109
targetPort: 9091
torrent:
enabled: true
ports:
torrent:
enabled: true
port: 51414
protocol: tcp
torrentudp:
enabled: true
port: 51414
protocol: udp
portal:
open:
enabled: true
manifestManager:
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,15 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Set it to the same port as "torrent" service/port */}}
{{- $_ := set $.Values.service.torrent.ports.torrentudp "port" .Values.service.torrent.ports.torrent.port -}}
{{- if .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_AUTHENTICATION_REQUIRED -}}
{{- $headers := (dict "Authorization" (printf "Basic %s" (printf "%s:%s" .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_USERNAME .Values.workload.main.podSpec.containers.main.env.TRANSMISSION_RPC_PASSWORD | b64enc))) -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.liveness "httpHeaders" $headers -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.readiness "httpHeaders" $headers -}}
{{- $_ := set $.Values.workload.main.podSpec.containers.main.probes.startup "httpHeaders" $headers -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File