Files
truecharts/charts/stable/vocechat-server/values.yaml
T
TrueCharts BotandGitHub 052ef671d1 chore(deps): update container image privoce/vocechat-server to v0.3.44@5257a5e by renovate (#17926)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| privoce/vocechat-server | patch | `v0.3.43` -> `v0.3.44` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 01:53:13 +01:00

35 lines
666 B
YAML

image:
repository: privoce/vocechat-server
pullPolicy: IfNotPresent
tag: v0.3.44@sha256:5257a5eaa89eae568b052bc51cc180f76f52c2a5b9dd11a7e8d4a229c332fc47
service:
main:
ports:
main:
protocol: http
port: 3009
vocechat:
frontend_url: localhost:3009
workload:
main:
podSpec:
containers:
main:
args:
- --network.bind
- 0.0.0.0:{{ .Values.service.main.ports.main.port }}
- --network.frontend_url
- "{{ .Values.vocechat.frontend_url }}"
persistence:
data:
enabled: true
mountPath: "/home/vocechat-server/data"
portal:
open:
enabled: true