Files
truecharts/charts/stable/avidemux/values.yaml
T
TrueCharts Bot f003b1ac0d chore(deps): update container image jlesage/avidemux to v24.07.1@2b71bdb by renovate (#24186)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/avidemux](https://togithub.com/jlesage/docker-avidemux) |
minor | `v24.01.1` -> `v24.07.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jlesage/docker-avidemux (jlesage/avidemux)</summary>

###
[`v24.07.1`](https://togithub.com/jlesage/docker-avidemux/releases/tag/v24.07.1):
Version 24.07.1

[Compare
Source](https://togithub.com/jlesage/docker-avidemux/compare/v24.01.1...v24.07.1)

Changes in this release:

- Updated baseimage to version 4.6.3, which brings the following
changes:
    -   Audio support through web browser.
    -   Web authentication support.
    -   Better support of GTK4 applications.
    -   Updated noVNC to version 1.5.0.
    -   Updated web UI components (Bootstrap, Font Awesome).
- When connecting, the control bar is now temporarily shown only once.
- During package mirror setup, make sure to keep permissions of copied
files.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 15:57:03 +02:00

66 lines
1.5 KiB
YAML

image:
repository: jlesage/avidemux
tag: v24.07.1@sha256:2b71bdb26f6e6a83a4e0acb8231a9e3039d29372b1b4c1481c52936e86b710b0
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10272
protocol: http
targetPort: 5800
vnc:
enabled: true
ports:
vnc:
enabled: true
port: 10273
protocol: tcp
targetPort: 5900
avidemux:
KEEP_APP_RUNNING: false
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
configmap:
avidemux:
enabled: true
data:
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.avidemux.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.avidemux.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.avidemux.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}"
workload:
main:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- NET_BIND_SERVICE
- KILL
envFrom:
- configMapRef:
name: "avidemux"
env:
VNC_PASSWORD: ""
persistence:
config:
enabled: true
mountPath: /config
storage:
enabled: true
mountPath: /storage
portal:
open:
enabled: true