From 2ce6c531ee415143774c62eeb460e5f1ef652c4d Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Sat, 6 Jun 2026 18:29:36 -0400 Subject: [PATCH] fulfillr prod: bump to 20260606.1840 (go-store v0.2.1 order INSERT fix) --- 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 729365b..4eb62e8 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.1735 + image: git.debyl.io/debyltech/fulfillr:20260606.1840 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.1735 + image: git.debyl.io/debyltech/fulfillr:20260606.1840 tags: debyltech, fulfillr-dev - import_tasks: containers/debyltech/uptime-kuma.yml