From 20e78e88dd67f515c1e4b0b4455872385f822f66 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 6 Apr 2023 06:07:54 +0000 Subject: [PATCH] chore(deps): update docker.io/syncthing/syncthing docker tag to v1.23.4 --- apps/k8s01/syncthing/syncthing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k8s01/syncthing/syncthing.yaml b/apps/k8s01/syncthing/syncthing.yaml index 7013a315f..0e2912807 100644 --- a/apps/k8s01/syncthing/syncthing.yaml +++ b/apps/k8s01/syncthing/syncthing.yaml @@ -21,7 +21,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: syncthing - image: docker.io/syncthing/syncthing:1.23.3 + image: docker.io/syncthing/syncthing:1.23.4 ports: - containerPort: 8384 name: web -- GitLab