From fba78f99b5440a2a1049b1be21f86c939802d2f1 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 6 Jun 2026 21:06:24 -0400 Subject: [PATCH] fulfillr prod: bump to 20260607.0055 (idle-conn fix [orders-500] + outreach->Turso) --- ansible/roles/podman/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index 1acaf8d..5aa34a4 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -78,13 +78,13 @@ - import_tasks: containers/debyltech/fulfillr.yml vars: - image: git.debyl.io/debyltech/fulfillr:20260606.2328 + image: git.debyl.io/debyltech/fulfillr:20260607.0055 tags: debyltech, fulfillr # Staging back-office (fulfillr-dev.debyltech.com) — same image, staging Turso config. - import_tasks: containers/debyltech/fulfillr-dev.yml vars: - image: git.debyl.io/debyltech/fulfillr:20260606.2328 + image: git.debyl.io/debyltech/fulfillr:20260607.0055 tags: debyltech, fulfillr-dev - import_tasks: containers/debyltech/uptime-kuma.yml