Files
truecharts/charts/stable/tracks/values.yaml
T
TrueCharts Bot f6280f2c19 chore(tracks): update image docker.io/tracksapp/tracks digest to 53da82f (#48075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/tracksapp/tracks | digest | `4b3d89c` → `53da82f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90cmFja3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-05-10 03:33:25 +02:00

35 lines
832 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/tracksapp/tracks
tag: latest@sha256:53da82f24203f90b42ad533468e4f250fc383cfe1839632d42d57a013a0b73f3
persistence: {}
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 3000
protocol: tcp
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
BUNDLE_WITHOUT: ""
DATABASE_ENCODING: utf8
DATABASE_HOST: 10.0.0.10
DATABASE_NAME: tracks
DATABASE_PASSWORD: password
DATABASE_PORT: "3306"
DATABASE_TYPE: mysql2
DATABASE_USERNAME: tracks
RAILS_ENV: production