From db7b71d8482a1f7ecabc2fef3fdc4c8dbd8d44ad Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Mon, 13 Dec 2021 14:00:44 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/stable/tdarr/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md index aae558b4..ce6c68c5 100644 --- a/charts/stable/tdarr/README.md +++ b/charts/stable/tdarr/README.md @@ -1,6 +1,6 @@ # tdarr -![Version: 4.1.3](https://img.shields.io/badge/Version-4.1.3-informational?style=flat-square) ![AppVersion: 2.00.10](https://img.shields.io/badge/AppVersion-2.00.10-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 2.00.10](https://img.shields.io/badge/AppVersion-2.00.10-informational?style=flat-square) Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. @@ -77,10 +77,10 @@ N/A |-----|------|---------|-------------| | env | object | See below | environment variables. See [image docs](https://hub.docker.com/r/haveagitgat/tdarr) for more details. | | env.TZ | string | `"UTC"` | Set the container timezone | +| env.ffmpegPath | string | `""` | Allow override for the pre-compiled tdarr ffmpeg binary | | env.serverIP | string | `"0.0.0.0"` | tdarr server binding address | | env.serverPort | string | `"{{ .Values.service.main.ports.server.port }}"` | tdarr server listening port | | env.webUIPort | string | `"{{ .Values.service.main.ports.http.port }}"` | tdarr web UI listening port (same as Service port) | -| env.ffmpegPath | string | `""` | Override the pre-compiled ffmpeg binary | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"haveagitgat/tdarr"` | image repository | | image.tag | string | `"2.00.10"` | image tag |