Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-21 19:48:21 +00:00
parent 9f8bf444ae
commit 596953d511
5 changed files with 56 additions and 3 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="handbrake-8.0.19"></a>
### [handbrake-8.0.19](https://github.com/truecharts/apps/compare/handbrake-8.0.18...handbrake-8.0.19) (2021-10-21)
#### Fix
* null is obviously not a correct password.
<a name="handbrake-8.0.18"></a>
### [handbrake-8.0.18](https://github.com/truecharts/apps/compare/handbrake-8.0.17...handbrake-8.0.18) (2021-10-21)
+1 -1
View File
@@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.KEEP_APP_RUNNING | string | `"0"` | |
| env.PUID | int | `568` | |
| env.SECURE_CONNECTION | string | `"0"` | |
| env.VNC_PASSWORD | string | `nil` | |
| env.VNC_PASSWORD | string | `""` | |
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/handbrake"` | |