Files
truecharts/charts/stable/vocechat-server/values.yaml
T
TrueCharts BotandGitHub 9fa4eb96d2 chore(helm): update image docker.io/privoce/vocechat-server v0.4.1 → v0.4.2 (#33398)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/privoce/vocechat-server | patch | `a43d3df` -> `fb4c83c` |

---

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

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-18 20:06:04 +01:00

35 lines
675 B
YAML

image:
repository: docker.io/privoce/vocechat-server
pullPolicy: IfNotPresent
tag: v0.4.2@sha256:fb4c83c2e51f1bf145cf0004426a30b09652bf0f66a7a1f154c98996f3065888
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