Files
truecharts/charts/stable/mediainfo/values.yaml
T
TrueCharts BotandGitHub ca11f696d8 chore(helm): update image docker.io/jlesage/mediainfo v25.06.2 → v25.07.1 (#37209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/mediainfo](https://redirect.github.com/jlesage/docker-mediainfo)
| minor | `87d0a1a` -> `28b0d6d` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

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

###
[`v25.07.1`](https://redirect.github.com/jlesage/docker-mediainfo/releases/tag/v25.07.1):
Version 25.07.1

[Compare
Source](https://redirect.github.com/jlesage/docker-mediainfo/compare/v25.06.2...v25.07.1)

Changes in this release:

- Updated baseimage to version 4.8.2, which brings the following
changes:
- Fixed automatic reconnect of the web interface when web authentication
is enabled.
- Fixed some resources that could not be accessed behind a reverse proxy
based on URL path.

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-07-07 21:28:02 +02:00

69 lines
1.6 KiB
YAML

image:
repository: docker.io/jlesage/mediainfo
tag: v25.07.1@sha256:28b0d6dd631415c372937d39decb77638a5879a864c9eb4d0deed441413fd71e
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"
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"