Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d2f5981dad
commit
a59a82edd1
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.15](https://github.com/truecharts/charts/compare/handbrake-17.0.14...handbrake-17.0.15) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image jlesage/handbrake to v23.11.5[@92028fe](https://github.com/92028fe) ([#15561](https://github.com/truecharts/charts/issues/15561))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.14](https://github.com/truecharts/charts/compare/handbrake-17.0.13...handbrake-17.0.14) (2023-11-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image jlesage/handbrake to v23.11.4[@4a5a245](https://github.com/4a5a245) ([#15310](https://github.com/truecharts/charts/issues/15310))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.13](https://github.com/truecharts/charts/compare/handbrake-17.0.12...handbrake-17.0.13) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/handbrake to v23.11.3 ([#15151](https://github.com/truecharts/charts/issues/15151))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.12](https://github.com/truecharts/charts/compare/handbrake-17.0.11...handbrake-17.0.12) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.11](https://github.com/truecharts/charts/compare/handbrake-17.0.10...handbrake-17.0.11) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/handbrake to v23.11.2 ([#14583](https://github.com/truecharts/charts/issues/14583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.10](https://github.com/truecharts/charts/compare/handbrake-17.0.9...handbrake-17.0.10) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/handbrake to v23.11.1 ([#14551](https://github.com/truecharts/charts/issues/14551))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.9](https://github.com/truecharts/charts/compare/handbrake-17.0.8...handbrake-17.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.8](https://github.com/truecharts/charts/compare/handbrake-17.0.7...handbrake-17.0.8) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.7](https://github.com/truecharts/charts/compare/handbrake-17.0.6...handbrake-17.0.7) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.6](https://github.com/truecharts/charts/compare/handbrake-17.0.5...handbrake-17.0.6) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [handbrake-17.0.5](https://github.com/truecharts/charts/compare/handbrake-17.0.4...handbrake-17.0.5) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: 23.11.5
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
|
||||
home: https://truecharts.org/charts/stable/handbrake
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png
|
||||
keywords:
|
||||
- handbrake
|
||||
- encode
|
||||
- media
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: handbrake
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/handbrake
|
||||
- https://github.com/jlesage/docker-handbrake
|
||||
- https://handbrake.fr/
|
||||
type: application
|
||||
version: 17.0.15
|
||||
annotations:
|
||||
min_scale_version: "22.12.4"
|
||||
max_scale_version: "23.10.1"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [handbrake-17.0.15](https://github.com/truecharts/charts/compare/handbrake-17.0.14...handbrake-17.0.15) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image jlesage/handbrake to v23.11.5[@92028fe](https://github.com/92028fe) ([#15561](https://github.com/truecharts/charts/issues/15561))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/handbrake](https://truecharts.org/charts/stable/handbrake)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -0,0 +1,81 @@
|
|||
image:
|
||||
repository: jlesage/handbrake
|
||||
tag: v23.11.5@sha256:92028fe3188dcf2f7600fa4d8b1cbeab77b652d5e86bbf3bcc8acc675bea7b6f
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10053
|
||||
targetPort: 5800
|
||||
vnc:
|
||||
enabled: true
|
||||
ports:
|
||||
vnc:
|
||||
enabled: true
|
||||
port: 10055
|
||||
targetPort: 5900
|
||||
handbrake:
|
||||
KEEP_APP_RUNNING: false
|
||||
DISPLAY_WIDTH: 1280
|
||||
DISPLAY_HEIGHT: 768
|
||||
SECURE_CONNECTION: false
|
||||
ENABLE_CJK_FONT: false
|
||||
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
|
||||
AUTOMATED_CONVERSION_FORMAT: "mp4"
|
||||
AUTOMATED_CONVERSION_KEEP_SOURCE: true
|
||||
AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "ignore"
|
||||
configmap:
|
||||
handbrake:
|
||||
enabled: true
|
||||
data:
|
||||
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.handbrake.ENABLE_CJK_FONT }}'
|
||||
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.handbrake.KEEP_APP_RUNNING }}'
|
||||
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.handbrake.SECURE_CONNECTION }}'
|
||||
DISPLAY_WIDTH: "{{ .Values.handbrake.DISPLAY_WIDTH }}"
|
||||
DISPLAY_HEIGHT: "{{ .Values.handbrake.DISPLAY_HEIGHT }}"
|
||||
AUTOMATED_CONVERSION_KEEP_SOURCE: '{{ ternary "1" "0" .Values.handbrake.AUTOMATED_CONVERSION_KEEP_SOURCE }}'
|
||||
AUTOMATED_CONVERSION_PRESET: "{{ .Values.handbrake.AUTOMATED_CONVERSION_PRESET }}"
|
||||
AUTOMATED_CONVERSION_FORMAT: "{{ .Values.handbrake.AUTOMATED_CONVERSION_FORMAT }}"
|
||||
AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "{{ .Values.handbrake.AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION }}"
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
storage:
|
||||
enabled: true
|
||||
mountPath: "/storage"
|
||||
output:
|
||||
enabled: true
|
||||
mountPath: "/output"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_BIND_SERVICE
|
||||
- KILL
|
||||
probes:
|
||||
liveness:
|
||||
type: tcp
|
||||
readiness:
|
||||
type: tcp
|
||||
startup:
|
||||
type: tcp
|
||||
env:
|
||||
VNC_PASSWORD: ""
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: "handbrake"
|
File diff suppressed because it is too large
Load Diff
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [libremdb-3.0.311](https://github.com/truecharts/charts/compare/libremdb-3.0.310...libremdb-3.0.311) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@867ca81](https://github.com/867ca81) ([#15537](https://github.com/truecharts/charts/issues/15537))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [libremdb-3.0.312](https://github.com/truecharts/charts/compare/libremdb-3.0.311...libremdb-3.0.312) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@eeeaf6f](https://github.com/eeeaf6f) ([#15559](https://github.com/truecharts/charts/issues/15559))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-3.0.311](https://github.com/truecharts/charts/compare/libremdb-3.0.310...libremdb-3.0.311) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [libremdb-3.0.302](https://github.com/truecharts/charts/compare/libremdb-3.0.301...libremdb-3.0.302) (2023-11-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@672c949](https://github.com/672c949) ([#15140](https://github.com/truecharts/charts/issues/15140))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-3.0.301](https://github.com/truecharts/charts/compare/libremdb-3.0.300...libremdb-3.0.301) (2023-11-21)
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/zyachel/libremdb
|
||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||
type: application
|
||||
version: 3.0.311
|
||||
version: 3.0.312
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [libremdb-3.0.312](https://github.com/truecharts/charts/compare/libremdb-3.0.311...libremdb-3.0.312) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@eeeaf6f](https://github.com/eeeaf6f) ([#15559](https://github.com/truecharts/charts/issues/15559))
|
||||
|
||||
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: quay.io/pussthecatorg/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:867ca812422e732f4b26cb9f939f7d75604f8cba74bd83f6d88334bc52cf97a9
|
||||
tag: latest@sha256:eeeaf6fdd7694afc18301d64397f3b73fb4f3eddfe2efd2a8983e47267bc5497
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue