mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[transmission] initcontainer fix (#885)
* fixed initcontainer * Update charts/stable/transmission/values.yaml Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com> * linting issue * Update charts/stable/transmission/README.md Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
f117805a43
commit
012de9cd8f
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v3.00
|
||||
description: Transmission is a cross-platform BitTorrent client
|
||||
name: transmission
|
||||
version: 6.0.0
|
||||
version: 6.1.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- transmission
|
||||
@ -18,4 +18,4 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 2.3.1
|
||||
version: 2.4.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# transmission
|
||||
|
||||
![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
|
||||
![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: v3.00](https://img.shields.io/badge/AppVersion-v3.00-informational?style=flat-square)
|
||||
|
||||
Transmission is a cross-platform BitTorrent client
|
||||
|
||||
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
|
||||
| https://library-charts.k8s-at-home.com | common | 2.4.0 |
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
@ -5,19 +5,21 @@
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
# # Use an initContainer to download a custom web ui
|
||||
# Use an initContainer to download the Flood web ui
|
||||
# Set UI with env TRANSMISSION_WEB_HOME: /config/flood-for-transmission/
|
||||
# initContainers:
|
||||
# - name: custom-webui
|
||||
# image: curlimages/curl:7.76.1
|
||||
# command:
|
||||
# - "/bin/sh"
|
||||
# - "-c"
|
||||
# - "curl -fsSL -o /tmp/flood-for-transmission.tar.gz https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz"
|
||||
# - "mkdir -p /config/flood"
|
||||
# - "tar xf /tmp/flood-for-transmission.tar.gz --strip-components 1 -C /config/flood"
|
||||
# volumeMounts:
|
||||
# - name: config
|
||||
# mountPath: /config
|
||||
# - name: custom-webui
|
||||
# image: curlimages/curl:7.76.1
|
||||
# command:
|
||||
# - "/bin/sh"
|
||||
# - "-c"
|
||||
# - "curl -o- -sL https://github.com/johman10/flood-for-transmission/releases/download/latest/flood-for-transmission.tar.gz | tar xzf - -C /config"
|
||||
# volumeMounts:
|
||||
# - name: config
|
||||
# mountPath: /config
|
||||
# securityContext:
|
||||
# runAsUser: 568
|
||||
# runAsGroup: 568
|
||||
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/transmission
|
||||
|
Loading…
Reference in New Issue
Block a user