mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
[rtorrent-flood] update chart to reflect latest Docker image version
This commit is contained in:
parent
8c7886aca6
commit
164459390b
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client.
|
description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client.
|
||||||
name: rtorrent-flood
|
name: rtorrent-flood
|
||||||
version: 6.2.1
|
version: 7.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- rtorrent
|
- rtorrent
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# rtorrent-flood
|
# rtorrent-flood
|
||||||
|
|
||||||
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||||
|
|
||||||
rTorrent is a stable, high-performance and low resource consumption BitTorrent client.
|
rTorrent is a stable, high-performance and low resource consumption BitTorrent client.
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0`
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://library-charts.k8s-at-home.com | common | 2.0.1 |
|
| https://library-charts.k8s-at-home.com | common | 2.1.0 |
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
@ -78,13 +78,15 @@ N/A
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| args[0] | string | `"--port 3000"` | |
|
| config | string | string | Minimal configuration provided from https://github.com/jesec/rtorrent/blob/master/doc/rtorrent.rc |
|
||||||
| args[1] | string | `"--allowedpath /downloads"` | |
|
| env.FLOOD_OPTION_ALLOWEDPATH | string | `"/downloads"` | |
|
||||||
| config | string | see URL to default config | Minimal configuration provided from https://github.com/jesec/rtorrent/blob/master/doc/rtorrent.rc |
|
| env.FLOOD_OPTION_HOST | string | `"0.0.0.0"` | |
|
||||||
|
| env.FLOOD_OPTION_PORT | string | `"3000"` | |
|
||||||
|
| env.FLOOD_OPTION_RTORRENT | string | `"true"` | |
|
||||||
| env.HOME | string | `"/config"` | |
|
| env.HOME | string | `"/config"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"jesec/rtorrent-flood"` | |
|
| image.repository | string | `"jesec/rtorrent-flood"` | |
|
||||||
| image.tag | string | `"latest"` | |
|
| image.tag | string | `"latest@sha256:5ff0125ea0e2befbc2ba2f2143e130819db645cb5ef68b44a0712b8162a16f47"` | |
|
||||||
| ingress.enabled | bool | `false` | |
|
| ingress.enabled | bool | `false` | |
|
||||||
| persistence.config.emptyDir.enabled | bool | `false` | |
|
| persistence.config.emptyDir.enabled | bool | `false` | |
|
||||||
| persistence.config.enabled | bool | `false` | |
|
| persistence.config.enabled | bool | `false` | |
|
||||||
@ -145,4 +147,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
- Join our [Discord](https://discord.gg/sTMX7Vh) community
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||||
|
@ -18,18 +18,20 @@
|
|||||||
image:
|
image:
|
||||||
repository: jesec/rtorrent-flood
|
repository: jesec/rtorrent-flood
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest
|
tag: latest@sha256:5ff0125ea0e2befbc2ba2f2143e130819db645cb5ef68b44a0712b8162a16f47
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
# Environment configuration - for more options see:
|
||||||
|
# https://github.com/jesec/flood#configuration
|
||||||
env:
|
env:
|
||||||
# TZ:
|
# TZ:
|
||||||
HOME: "/config"
|
HOME: "/config"
|
||||||
|
FLOOD_OPTION_HOST: "0.0.0.0"
|
||||||
args:
|
FLOOD_OPTION_PORT: "3000"
|
||||||
- "--port 3000"
|
FLOOD_OPTION_RTORRENT: "true"
|
||||||
- "--allowedpath /downloads"
|
FLOOD_OPTION_ALLOWEDPATH: "/downloads"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
@ -71,7 +73,7 @@ persistence:
|
|||||||
# existingClaim: ""
|
# existingClaim: ""
|
||||||
|
|
||||||
# -- Minimal configuration provided from https://github.com/jesec/rtorrent/blob/master/doc/rtorrent.rc
|
# -- Minimal configuration provided from https://github.com/jesec/rtorrent/blob/master/doc/rtorrent.rc
|
||||||
# @default -- see URL to default config
|
# @default -- string
|
||||||
config: |
|
config: |
|
||||||
session.use_lock.set = no
|
session.use_lock.set = no
|
||||||
method.insert = cfg.basedir, private|const|string, (cat,(fs.homedir),"/.local/share/rtorrent/")
|
method.insert = cfg.basedir, private|const|string, (cat,(fs.homedir),"/.local/share/rtorrent/")
|
||||||
|
Loading…
Reference in New Issue
Block a user