Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e46596c7f0
commit
ef8f2c79f6
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### Fix
|
||||
|
||||
* ensure PVC name is synced between questions.yaml and values.yaml.
|
||||
|
||||
|
||||
|
||||
<a name="handbrake-8.0.17"></a>
|
||||
### [handbrake-8.0.17](https://github.com/truecharts/apps/compare/handbrake-8.0.16...handbrake-8.0.17) (2021-10-20)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
<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)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
|
||||
|
||||
|
||||
|
||||
<a name="handbrake-8.0.7"></a>
|
||||
### [handbrake-8.0.7](https://github.com/truecharts/apps/compare/handbrake-8.0.6...handbrake-8.0.7) (2021-10-12)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T22:29:38.342364099Z"
|
||||
generated: "2021-10-21T19:22:49.147275841Z"
|
|
@ -18,19 +18,15 @@ maintainers:
|
|||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: stavros-k@users.noreply.github.com
|
||||
name: stavros-k
|
||||
url: truecharts.org
|
||||
name: handbrake
|
||||
sources:
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://hub.docker.com/r/jlesage/handbrake/
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 8.0.17
|
||||
version: 8.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -734,7 +734,7 @@ questions:
|
|||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: data
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
schema:
|
Loading…
Reference in New Issue