Files
truecharts/charts/stable/syncthing/values.yaml
TrueCharts Bot 2d2bafb9d1 chore(deps): update container image syncthing/syncthing to v1.27.3@d5efcb0 by renovate (#18148)
This PR contains the following updates:

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

---

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

[Compare
Source](https://togithub.com/syncthing/syncthing/compare/v1.27.2...v1.27.3)

Bugfixes:

- [#&#8203;9039](https://togithub.com/syncthing/syncthing/issues/9039):
Sync from Linux to Mac with ownership - Local additions after rescan
- [#&#8203;9241](https://togithub.com/syncthing/syncthing/issues/9241):
Versions path does not honor tilde (~) shortcut

Enhancements:

- [#&#8203;8616](https://togithub.com/syncthing/syncthing/issues/8616):
Add CLI completion
- [#&#8203;9151](https://togithub.com/syncthing/syncthing/issues/9151):
Add "stay logged in" checkbox to login dialog

Other issues:

- [#&#8203;9267](https://togithub.com/syncthing/syncthing/issues/9267):
Inconsistent version requirements in lib/build and lib/upgrade
- [#&#8203;9313](https://togithub.com/syncthing/syncthing/issues/9313):
Different lengths used for short device IDs in UI

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:02:40 +01:00

53 lines
1.0 KiB
YAML

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