Files
truecharts/charts/stable/syncthing/values.yaml
T
TrueCharts Bot 4b6e570888 chore(deps): update container image syncthing/syncthing to v1.27.10@311f1e1 by renovate (#24821)
This PR contains the following updates:

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

---

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

[Compare
Source](https://togithub.com/syncthing/syncthing/compare/v1.27.9...v1.27.10)

Bugfixes:

- [#&#8203;9455](https://togithub.com/syncthing/syncthing/issues/9455):
lib/api tests unreliable, failing ~50% of the time on Fedora Linux
- [#&#8203;9499](https://togithub.com/syncthing/syncthing/issues/9499):
Data race in fakeFS (testing)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-06 14:29:28 +02:00

53 lines
1.0 KiB
YAML

image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.27.10@sha256:311f1e1d9fe6e4237ad690726e2af8c3c8a9cb03e4dbc0583c9307e32324e5b9
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