Files
truecharts/charts/stable/verysync/values.yaml
TrueCharts Bot bad8d36380 chore(deps): update container image jonnyan404/verysync to v2.17.0@7431e6b (#16198)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| jonnyan404/verysync | minor | `2.16.0` -> `2.17.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-17 07:20:48 +01:00

55 lines
1.0 KiB
YAML

image:
repository: jonnyan404/verysync
tag: 2.17.0@sha256:7431e6b56344029e26cb2b5ec66907664fcaea699c8510a47e15a5c8b384ec40
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"
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
VUID: "{{- $.Values.securityContext.container.PUID -}}"