Files
truecharts/charts/stable/game-server-watcher/values.yaml
T
TrueCharts BotandGitHub df9f9a80e7 chore(deps): update container image ghcr.io/a-sync/game-server-watcher to v3.0.8@e9be3a1 by renovate (#19691)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/a-sync/game-server-watcher](https://togithub.com/a-sync/game-server-watcher)
| patch | `v3.0.5` -> `v3.0.8` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `ghcr.io/a-sync/game-server-watcher`: Could not determine new digest
for update (docker package ghcr.io/a-sync/game-server-watcher)

---

---

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

---

### Release Notes

<details>
<summary>a-sync/game-server-watcher
(ghcr.io/a-sync/game-server-watcher)</summary>

###
[`v3.0.8`](https://togithub.com/a-sync/game-server-watcher/compare/v3.0.2...v3.0.8)

[Compare
Source](https://togithub.com/a-sync/game-server-watcher/compare/v3.0.2...v3.0.8)

</details>

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-23 19:19:35 +01:00

56 lines
1.3 KiB
YAML

image:
repository: ghcr.io/a-sync/game-server-watcher
pullPolicy: IfNotPresent
tag: v3.0.8@sha256:e9be3a1ca2f624f54f5bdaa5e8e6ba47f090a8ed0ed2b664b0e6059ccaa48669
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10690
workload:
main:
podSpec:
containers:
main:
env:
# Writeable folder for data storage
DATA_PATH: "{{.Values.persistence.data.mountPath }}"
# Web service host
HOST: 0.0.0.0
# Web service port
PORT: "{{ .Values.service.main.ports.main.port }}"
# Admin PASSWORD
SECRET: secret
# Enable or Disable debug mode
DBG: 0
# Game server info refresh interval in minutes
REFRESH_TIME_MINUTES: 2
# Steam web API key
STEAM_WEB_API_KEY: ""
# Discord bot token
DISCORD_BOT_TOKEN: ""
# Telegram bot token
TELEGRAM_BOT_TOKEN: ""
# Slack bot token
SLACK_BOT_TOKEN: ""
# Slack app token
SLACK_APP_TOKEN: ""
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true