From 7abec05cc24a485cad3f45d7302c69e138de72b9 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 23 Jul 2026 16:52:24 -0400 Subject: [PATCH] SCRUM-148/SCRUM-149: Bump fulfillr + fulfillr-dev images to 20260723.2044 Per-product sales metrics + storefront image proxy endpoints. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 4d2bad2..a981a85 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:20260717.1955 + image: git.debyl.io/debyltech/fulfillr:20260723.2044 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:20260717.1955 + image: git.debyl.io/debyltech/fulfillr:20260723.2044 tags: debyltech, fulfillr-dev - import_tasks: containers/debyltech/uptime-kuma.yml