Files
truecharts/charts/stable/syncthing/values.yaml
TrueCharts Bot 1c4785f62d chore(deps): update container image syncthing/syncthing to v1.27.1@cf8d5db (#15966)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [syncthing/syncthing](https://syncthing.net)
([source](https://togithub.com/syncthing/syncthing)) | patch | `1.27.0`
-> `1.27.1` |

---

> [!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.1`](https://togithub.com/syncthing/syncthing/releases/tag/v1.27.1)

[Compare
Source](https://togithub.com/syncthing/syncthing/compare/v1.27.0...v1.27.1)

Bugfixes:

- [#&#8203;9253](https://togithub.com/syncthing/syncthing/issues/9253):
Permission error on folder causes "connection error" dialog when opening
folder editor
- [#&#8203;9269](https://togithub.com/syncthing/syncthing/issues/9269):
panic: nil pointer dereference in (\*indexHandlerRegistry).startLocked

Other issues:

- [#&#8203;9274](https://togithub.com/syncthing/syncthing/issues/9274):
Missing lock in DeviceStatistics ("fatal error: concurrent map read and
map write")

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS43IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-11 13:23:14 +01:00

53 lines
1.0 KiB
YAML

image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.27.1@sha256:cf8d5db6f1a306f7e9126e4300e8d4ca0de9653e0124a862e7f5bed285d650ad
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