b8a8cfb851
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | minor | `289b4ca` -> `982cac0` | --- > [!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>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v1.29.1`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.1) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.29.0...v1.29.1) v1.29.1 Bugfixes: - [#​9904](https://redirect.github.com/syncthing/syncthing/issues/9904): The browse API response has changed as of Syncthing v1.29.0 - [#​9906](https://redirect.github.com/syncthing/syncthing/issues/9906): Deadlocks randomly, occasionally - [#​9907](https://redirect.github.com/syncthing/syncthing/issues/9907): The response of "pending" APIs has changed as of Syncthing v1.29.0 - [#​9909](https://redirect.github.com/syncthing/syncthing/issues/9909): Login into UI (Browser) not working anymore ### [`v1.29.0`](https://redirect.github.com/syncthing/syncthing/releases/tag/v1.29.0) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v1.28.1...v1.29.0) v1.29.0 Bugfixes: - [#​9855](https://redirect.github.com/syncthing/syncthing/issues/9855): GUI address unix socket broken - [#​9872](https://redirect.github.com/syncthing/syncthing/issues/9872): When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed - [#​9875](https://redirect.github.com/syncthing/syncthing/issues/9875): Clarify log message for ignored folders Other issues: - [#​9870](https://redirect.github.com/syncthing/syncthing/issues/9870): Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
image:
|
|
repository: docker.io/syncthing/syncthing
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.29.1@sha256:982cac030eecabfd6e6ce293e14b282fb9a89704a101e5456bfb7b4b7ba037a1
|
|
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
|