Files
truecharts/charts/stable/verysync/values.yaml
T
TrueCharts Bot aed2b871e3 chore(helm): update image docker.io/jonnyan404/verysync 2.20.1 → v2.21.3 (#40568)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jonnyan404/verysync](https://redirect.github.com/Jonnyan404/verysync)
| minor | `9cb276b` -> `7f98a52` |

---

> [!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.

---

### Release Notes

<details>
<summary>Jonnyan404/verysync (docker.io/jonnyan404/verysync)</summary>

###
[`v2.21.3`](https://redirect.github.com/Jonnyan404/verysync/compare/v2.20.1...v2.21.3)

[Compare
Source](https://redirect.github.com/Jonnyan404/verysync/compare/v2.20.1...v2.21.3)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-11 16:32:20 +00:00

53 lines
1018 B
YAML

image:
repository: docker.io/jonnyan404/verysync
tag: v2.21.3@sha256:7f98a52599efec834b34d058200e0b8aed26702ee9d392e29deb05e5eef1b3c8
pullPolicy: IfNotPresent
securityContext:
container:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10193
bt-udp1:
enabled: true
ports:
bt-udp1:
enabled: true
port: 22037
targetPort: 22037
protocol: udp
bt-udp2:
enabled: true
ports:
bt-udp2:
enabled: true
port: 22027
targetPort: 22027
protocol: udp
data:
enabled: true
ports:
data:
enabled: true
port: 22330
targetPort: 22330
persistence:
data:
enabled: true
mountPath: "/data"
sync:
enabled: true
mountPath: "/Sync"
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
VUID: "{{- $.Values.securityContext.container.PUID -}}"