Files
truecharts/charts/stable/wdosg/values.yaml
T
TrueCharts BotandGitHub 1f74ba2c8c chore(helm): update image docker.io/soulraven1980/wdosg digest to 022885b (#34601)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/soulraven1980/wdosg | digest | `615130a` -> `022885b` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-20 20:15:23 +02:00

28 lines
675 B
YAML

image:
repository: docker.io/soulraven1980/wdosg
pullPolicy: IfNotPresent
tag: latest@sha256:022885b5d7aa34e1906f27fbf4c0d2e8207c0cce5a6382056b92e7af6333b18f
service:
main:
ports:
main:
protocol: http
port: 3001
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
# required for Credentials for IGDB
TWITCH_CLIENT_ID: "fake_client_id"
TWITCH_CLIENT_SECRET: "fake_access_secret"
persistence:
database:
enabled: true
mountPath: "/app/database"
library:
enabled: true
mountPath: "/app/wdosglibrary"