Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ef8f2c79f6
commit
cf2ba61166
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [handbrake-8.0.18](https://github.com/truecharts/apps/compare/handbrake-8.0.17...handbrake-8.0.18) (2021-10-21)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
#### Chore
|
#### Chore
|
||||||
|
|
||||||
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
|
* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="handbrake-8.0.8"></a>
|
|
||||||
### [handbrake-8.0.8](https://github.com/truecharts/apps/compare/handbrake-8.0.7...handbrake-8.0.8) (2021-10-13)
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.14
|
version: 8.3.14
|
||||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||||
generated: "2021-10-21T19:22:49.147275841Z"
|
generated: "2021-10-21T19:46:19.719520525Z"
|
|
@ -24,7 +24,7 @@ sources:
|
||||||
- https://hub.docker.com/r/jlesage/handbrake/
|
- https://hub.docker.com/r/jlesage/handbrake/
|
||||||
- https://handbrake.fr/
|
- https://handbrake.fr/
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.18
|
version: 8.0.19
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -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.KEEP_APP_RUNNING | string | `"0"` | |
|
||||||
| env.PUID | int | `568` | |
|
| env.PUID | int | `568` | |
|
||||||
| env.SECURE_CONNECTION | string | `"0"` | |
|
| env.SECURE_CONNECTION | string | `"0"` | |
|
||||||
| env.VNC_PASSWORD | string | `nil` | |
|
| env.VNC_PASSWORD | string | `""` | |
|
||||||
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/truecharts/handbrake"` | |
|
| image.repository | string | `"ghcr.io/truecharts/handbrake"` | |
|
|
@ -42,7 +42,7 @@ env:
|
||||||
DISPLAY_WIDTH: "1280"
|
DISPLAY_WIDTH: "1280"
|
||||||
DISPLAY_HEIGHT: "768"
|
DISPLAY_HEIGHT: "768"
|
||||||
SECURE_CONNECTION: "0"
|
SECURE_CONNECTION: "0"
|
||||||
VNC_PASSWORD:
|
VNC_PASSWORD: ""
|
||||||
# Automated Conversion Preset
|
# Automated Conversion Preset
|
||||||
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
|
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
|
||||||
AUTOMATED_CONVERSION_FORMAT: "mp4"
|
AUTOMATED_CONVERSION_FORMAT: "mp4"
|
Loading…
Reference in New Issue