Files
truecharts/charts/stable/wdosg/values.yaml
T
TrueCharts BotandGitHub 0d1bea9cb3 chore(helm): update image docker.io/soulraven1980/wdosg digest to c112fb0 (#34710)
This PR contains the following updates:

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

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-24 02:29:19 +02:00

28 lines
675 B
YAML

image:
repository: docker.io/soulraven1980/wdosg
pullPolicy: IfNotPresent
tag: latest@sha256:c112fb0316b3ef26ad67de90396265e5df85188dc44fff6b14981da92f7155bc
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"