From a21062327d2ed8c16b0793ea5cf364068c2d00b7 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Mon, 31 Mar 2025 18:06:04 -0400 Subject: [PATCH] Syncthing to specific version --- namespaces/core/syncthing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namespaces/core/syncthing.yaml b/namespaces/core/syncthing.yaml index 8a2e305..43e3a77 100644 --- a/namespaces/core/syncthing.yaml +++ b/namespaces/core/syncthing.yaml @@ -17,7 +17,7 @@ spec: restartPolicy: Always containers: - name: syncthing - image: syncthing/syncthing:latest + image: syncthing/syncthing:1.29 ports: - name: http containerPort: 8384