Files
truecharts/charts/stable/resilio-sync/values.yaml
T
TrueCharts BotandGitHub da4593c3fd chore(helm): update image ghcr.io/linuxserver/resilio-sync digest to 1e25f21 (#37271)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://redirect.github.com/linuxserver/docker-resilio-sync/packages)
([source](https://redirect.github.com/linuxserver/docker-resilio-sync))
| digest | `5d414a7` -> `1e25f21` |

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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-07-08 14:15:21 +02:00

57 lines
1.2 KiB
YAML

image:
repository: ghcr.io/linuxserver/resilio-sync
tag: 3.0.3@sha256:1e25f214b69b5116af188b53634206ed95ff2e7322458e7b17ec6eeeb10bfb09
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 8888
targetPort: 8888
bt-tcp:
enabled: true
ports:
bt-tcp:
enabled: true
port: 55555
targetPort: 55555
bt-udp:
enabled: true
ports:
bt-udp:
enabled: true
port: 55555
targetPort: 55555
protocol: udp
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/sync"
varrun:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
readiness:
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"
startup:
type: tcp
port: "{{ .Values.service.main.ports.main.targetPort }}"