Files
truecharts/charts/stable/traccar/values.yaml
T
TrueCharts Bot 0b0d0c029f chore(traccar): update image docker.io/traccar/traccar digest to b7a19c3 (#49283)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/traccar/traccar](https://redirect.github.com/traccar/traccar)
| digest | `f187e0b` → `b7a19c3` |

---

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

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90cmFjY2FyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-19 19:48:31 +02:00

45 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/traccar/traccar
tag: 6.14@sha256:b7a19c3aa641dd775897173ac21ba6ca410a72047736d065fe63ab344f62eaac
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