Files
truecharts/charts/stable/czkawka/values.yaml
T
TrueCharts BotandGitHub 3a9f34be02 fix(deps): update container image jlesage/czkawka to v23.11.2 (#15149)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/czkawka](https://togithub.com/jlesage/docker-czkawka) | patch
| `v23.11.1` -> `v23.11.2` |

---

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

---

### Release Notes

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

###
[`v23.11.2`](https://togithub.com/jlesage/docker-czkawka/releases/tag/v23.11.2):
Version 23.11.2

[Compare
Source](https://togithub.com/jlesage/docker-czkawka/compare/v23.11.1...v23.11.2)

Changes in this release:

- Updated baseimage to version 4.5.2, which brings the following
changes:
- Fixed issue that would cause the helper that takes ownership of a
directory to fail when using a very high user or group ID.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy42MS40IiwidXBkYXRlZEluVmVyIjoiMzcuNjEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-20 14:31:40 +01:00

79 lines
1.8 KiB
YAML

image:
repository: jlesage/czkawka
pullPolicy: IfNotPresent
tag: v23.11.2@sha256:226d304c31e006963f800eb9c918f216f0b244b7a24d4f4535d09290b97806b4
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
portal:
open:
enabled: true