Files
truecharts/charts/stable/resilio-sync/values.yaml
T
TrueCharts BotandGitHub 568cd9eacb chore(deps): update container image ghcr.io/linuxserver/resilio-sync to 2.7.3@0257ce6 (#15736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://togithub.com/linuxserver/docker-resilio-sync/packages)
([source](https://togithub.com/linuxserver/docker-resilio-sync)) |
digest | `a4ced50` -> `0257ce6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy44My4yIiwidXBkYXRlZEluVmVyIjoiMzcuODMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-05 01:38:44 +01:00

59 lines
1.2 KiB
YAML

image:
repository: ghcr.io/linuxserver/resilio-sync
tag: 2.7.3@sha256:0257ce697286bfc419a7802c9090328d77ba480ba9e6f97289b06689695c16eb
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
portal:
open:
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 }}"