From cd47c400fcd0e4f4a019e7958742f30a106d02d3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 7 Oct 2023 19:02:36 +0200 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/mkvcleaver to v23.06.1 (#8300) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/mkvcleaver](https://togithub.com/truecharts/containers) | major | `v1.3.0` -> `v23.06.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois --- charts/stable/mkvcleaver/Chart.yaml | 6 +-- charts/stable/mkvcleaver/values.yaml | 81 +++++++++++++++++----------- cspell.config.yaml | 1 + 3 files changed, 53 insertions(+), 35 deletions(-) diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml index ef0944c3d9b..dde25def0e7 100644 --- a/charts/stable/mkvcleaver/Chart.yaml +++ b/charts/stable/mkvcleaver/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "1.3.0" +appVersion: "23.06.1" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 14.0.1 + version: 14.0.6 deprecated: false description: MKVCleaver is a tool for batch extraction of data from MKV files home: https://truecharts.org/charts/stable/mkvcleaver @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - https://github.com/jlesage/docker-mkvcleaver type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mkvcleaver/values.yaml b/charts/stable/mkvcleaver/values.yaml index 9608b985b0d..d9aa2a96acc 100644 --- a/charts/stable/mkvcleaver/values.yaml +++ b/charts/stable/mkvcleaver/values.yaml @@ -1,7 +1,53 @@ image: repository: tccr.io/truecharts/mkvcleaver - tag: v1.3.0@sha256:363252799dfa5a7dfbafc260370b34c81ab79ba6f2ec923454bdc4db6a7a835b + tag: v23.06.1@sha256:1f1588e45606288affdbdc82d0bd3d2812f998d3069cf99b2a4c84e26d8a98c4 pullPolicy: IfNotPresent + +mkvcleaver: + KEEP_APP_RUNNING: false + DISPLAY_WIDTH: 1280 + DISPLAY_HEIGHT: 768 + SECURE_CONNECTION: false + ENABLE_CJK_FONT: false + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: + disableS6Caps: true + add: + - CHOWN + - SETGID + - SETUID + - FOWNER + - DAC_OVERRIDE + - KILL + - NET_BIND_SERVICE + +workload: + main: + podSpec: + containers: + main: + env: + VNC_PASSWORD: "" + envFrom: + - configMapRef: + name: "mkvcleaver" + +configmap: + mkvcleaver: + enabled: true + data: + ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.mkvcleaver.ENABLE_CJK_FONT }}' + KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.mkvcleaver.KEEP_APP_RUNNING }}' + SECURE_CONNECTION: '{{ ternary "1" "0" .Values.mkvcleaver.SECURE_CONNECTION }}' + DISPLAY_WIDTH: "{{ .Values.mkvcleaver.DISPLAY_WIDTH }}" + DISPLAY_HEIGHT: "{{ .Values.mkvcleaver.DISPLAY_HEIGHT }}" + service: main: ports: @@ -16,21 +62,7 @@ service: enabled: true port: 5900 targetPort: 5900 -mkvcleaver: - KEEP_APP_RUNNING: false - DISPLAY_WIDTH: 1280 - DISPLAY_HEIGHT: 768 - SECURE_CONNECTION: false - ENABLE_CJK_FONT: false -configmap: - mkvcleaver: - enabled: true - data: - ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.mkvcleaver.ENABLE_CJK_FONT }}' - KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.mkvcleaver.KEEP_APP_RUNNING }}' - SECURE_CONNECTION: '{{ ternary "1" "0" .Values.mkvcleaver.SECURE_CONNECTION }}' - DISPLAY_WIDTH: "{{ .Values.mkvcleaver.DISPLAY_WIDTH }}" - DISPLAY_HEIGHT: "{{ .Values.mkvcleaver.DISPLAY_HEIGHT }}" + persistence: config: enabled: true @@ -38,22 +70,7 @@ persistence: storage: enabled: true mountPath: "/storage" + portal: open: enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PASSWORD: "" - envFrom: - - configMapRef: - name: "mkvcleaver" diff --git a/cspell.config.yaml b/cspell.config.yaml index 68f775f983d..f3defdda3a0 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -160,6 +160,7 @@ words: - minecraft - minio - misskey + - mkvcleaver - modelstore - modports - mongosh