This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/czkawka](https://redirect.github.com/jlesage/docker-czkawka) | patch | `e689a22` -> `0a3826a` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-czkawka (docker.io/jlesage/czkawka)</summary> ### [`v25.07.2`](https://redirect.github.com/jlesage/docker-czkawka/releases/tag/v25.07.2): Version 25.07.2 [Compare Source](https://redirect.github.com/jlesage/docker-czkawka/compare/v25.07.1...v25.07.2) Changes in this release: - Fixed opening of media files in Czkawka. - Updated baseimage to version 4.9.0. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
76 lines
1.7 KiB
YAML
76 lines
1.7 KiB
YAML
image:
|
|
repository: docker.io/jlesage/czkawka
|
|
pullPolicy: IfNotPresent
|
|
tag: v25.07.2@sha256:0a3826aebc3c31cc431f1418f46aff59ace4067d2df6f1c824d0a4df3cb9f705
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10258
|
|
protocol: http
|
|
targetPort: 5800
|
|
vnc:
|
|
enabled: true
|
|
ports:
|
|
vnc:
|
|
enabled: true
|
|
port: 10259
|
|
protocol: tcp
|
|
targetPort: 5900
|
|
czkawka:
|
|
KEEP_APP_RUNNING: false
|
|
DISPLAY_WIDTH: 1280
|
|
DISPLAY_HEIGHT: 768
|
|
SECURE_CONNECTION: false
|
|
ENABLE_CJK_FONT: false
|
|
configmap:
|
|
czkawka:
|
|
enabled: true
|
|
data:
|
|
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.czkawka.ENABLE_CJK_FONT }}'
|
|
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.czkawka.KEEP_APP_RUNNING }}'
|
|
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.czkawka.SECURE_CONNECTION }}'
|
|
DISPLAY_WIDTH: "{{ .Values.czkawka.DISPLAY_WIDTH }}"
|
|
DISPLAY_HEIGHT: "{{ .Values.czkawka.DISPLAY_HEIGHT }}"
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- NET_BIND_SERVICE
|
|
- KILL
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
VNC_PASSWORD: ""
|
|
envFrom:
|
|
- configMapRef:
|
|
name: "czkawka"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
storage:
|
|
enabled: true
|
|
mountPath: /storage
|
|
trash:
|
|
enabled: true
|
|
mountPath: /trash
|