de66da380c
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | patch | `1.27.11` -> `1.27.12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>syncthing/syncthing (syncthing/syncthing)</summary> ### [`v1.27.12`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.27.12) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.27.11...v1.27.12) Bugfixes: - [#​9677](https://redirect.github.com/syncthing/syncthing/issues/9677): Syncthing v1.27.11 on desktop claims there are Local Additions for all folders from Android v1.27.10 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43MC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
image:
|
|
repository: syncthing/syncthing
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /rest/noauth/health
|
|
readiness:
|
|
path: /rest/noauth/health
|
|
startup:
|
|
path: /rest/noauth/health
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8384
|
|
targetPort: 8384
|
|
listeners:
|
|
enabled: true
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
listeners-udp:
|
|
enabled: true
|
|
ports:
|
|
udp:
|
|
enabled: true
|
|
port: 22000
|
|
targetPort: 22000
|
|
protocol: udp
|
|
discovery:
|
|
enabled: true
|
|
ports:
|
|
discovery:
|
|
enabled: true
|
|
port: 21027
|
|
targetPort: 21027
|
|
protocol: udp
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/syncthing"
|
|
portal:
|
|
open:
|
|
enabled: true
|