Files
truecharts/charts/stable/mediainfo/values.yaml
T
TrueCharts BotandGitHub 22e7c53ee8 chore(deps): update container image jlesage/mediainfo to v24.02.1@d73bce3 by renovate (#17944)
This PR contains the following updates:

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

---

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

---

### Release Notes

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

###
[`v24.02.1`](https://togithub.com/jlesage/docker-mediainfo/releases/tag/v24.02.1):
Version 24.02.1

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

Changes in this release:

-   Updated MediaInfo to version 24.01.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 02:02:33 +01:00

71 lines
1.6 KiB
YAML

image:
repository: jlesage/mediainfo
tag: v24.02.1@sha256:d73bce3d27fe247038dae1919a9ba9a5ff4ad81dbb60d1765a8ddc16d78a44fe
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10264
targetPort: 5800
vnc:
enabled: true
ports:
vnc:
enabled: true
port: 10265
targetPort: 5900
mediainfo:
KEEP_APP_RUNNING: false
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
configmap:
mediainfo:
enabled: true
data:
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.mediainfo.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.mediainfo.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.mediainfo.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.mediainfo.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.mediainfo.DISPLAY_HEIGHT }}"
persistence:
config:
enabled: true
mountPath: "/config"
storage:
enabled: true
mountPath: "/storage"
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: "mediainfo"