Files
truecharts/charts/stable/traccar/values.yaml
T
ff732e8b6c chore(helm): update image docker.io/traccar/traccar 6.8 → 6.9 (#38641)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/traccar/traccar](https://redirect.github.com/traccar/traccar)
| minor | `ac912d1` -> `36be5fe` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-08-30 11:51:58 +00:00

44 lines
1.0 KiB
YAML

image:
repository: docker.io/traccar/traccar
tag: 6.9@sha256:36be5fe02e9f77e14265c6e8bd493d557a2ec84afddeed783d4823d109d2ef53
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 8082
targetPort: 8082
persistence:
data:
enabled: true
mountPath: "/opt/traccar/data"
cnpg:
main:
enabled: true
user: traccar
database: traccar
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
CONFIG_USE_ENVIRONMENT_VARIABLES: true
LOGGER_CONSOLE: true
DATABASE_DRIVER: "org.postgresql.Driver"
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
DATABASE_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: jdbc