Files
truecharts/charts/stable/syncthing/values.yaml
TrueCharts Bot 7f7919b3b0 chore(deps): update container image syncthing/syncthing to v1.27.2@72d4569 by renovate (#16727)
This PR contains the following updates:

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

---

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

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

Bugfixes:

- [#&#8203;9041](https://togithub.com/syncthing/syncthing/issues/9041):
cli subcommand does not use STHOMEDIR env var
- [#&#8203;9183](https://togithub.com/syncthing/syncthing/issues/9183):
Filesystem watching (kqueue) is enabled … with a lot of files
- [#&#8203;9274](https://togithub.com/syncthing/syncthing/issues/9274):
Missing lock in DeviceStatistics ("fatal error: concurrent map read and
map write")

Enhancements:

- [#&#8203;7406](https://togithub.com/syncthing/syncthing/issues/7406):
Add UPnP support for IPv6

Other issues:

- [#&#8203;9247](https://togithub.com/syncthing/syncthing/issues/9247):
Embed binary releases signing key as a file instead of hardcoding a
string
- [#&#8203;9287](https://togithub.com/syncthing/syncthing/issues/9287):
quic-go v0.40.1 (CVE-2023-49295)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-03 01:32:39 +01:00

53 lines
1.0 KiB
YAML

image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.27.2@sha256:72d4569a11371e1eac4aa9351f7e07c6ff96f384e59e96dce9458e3a7bbd3627
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