Files
truecharts/charts/stable/jdownloader2/values.yaml
T
TrueCharts BotandGitHub 8d7c1e4b21 chore(deps): update container image jlesage/jdownloader-2 to v23.12.2@947e175 by renovate (#16684)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[jlesage/jdownloader-2](https://togithub.com/jlesage/docker-jdownloader-2)
| minor | `v23.11.2` -> `v23.12.2` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-jdownloader-2 (jlesage/jdownloader-2)</summary>

###
[`v23.12.2`](https://togithub.com/jlesage/docker-jdownloader-2/releases/tag/v23.12.2):
Version 23.12.2

[Compare
Source](https://togithub.com/jlesage/docker-jdownloader-2/compare/v23.12.1...v23.12.2)

Changes in this release:

- Fixed race condition that could prevent JDownloader from starting
correctly.

###
[`v23.12.1`](https://togithub.com/jlesage/docker-jdownloader-2/releases/tag/v23.12.1):
Version 23.12.1

[Compare
Source](https://togithub.com/jlesage/docker-jdownloader-2/compare/v23.11.2...v23.12.1)

Changes in this release:

- Added the ability to set the maximum amount of memory used by
JDownloader via the `JDOWNLOADER_MAX_MEM` environment variable.
-   Added support for the `JDownloader2.vmoptions` file.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-31 15:58:18 +01:00

86 lines
1.9 KiB
YAML

image:
repository: jlesage/jdownloader-2
pullPolicy: IfNotPresent
tag: v23.12.2@sha256:947e1756c827f47d0fcb77647f89c684aaacbb8a910fbe87b2cf01d8d74d670d
service:
main:
ports:
main:
port: 10054
targetPort: 5800
myjd:
enabled: true
ports:
myjd:
enabled: true
port: 3129
targetPort: 3129
vnc:
enabled: true
ports:
vnc:
enabled: true
port: 10056
targetPort: 5900
ingress:
main:
integrations:
homepage:
widget:
type: jdownloader
jdownloader:
# General Settings
KEEP_APP_RUNNING: false
# GUI Settings
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
configmap:
jdownloader:
enabled: true
data:
ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.jdownloader.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.jdownloader.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: '{{ ternary "1" "0" .Values.jdownloader.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.jdownloader.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.jdownloader.DISPLAY_HEIGHT }}"
persistence:
config:
enabled: true
mountPath: "/config"
output:
enabled: true
mountPath: "/output"
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: "jdownloader"