From 4c37568c2426ebf5e4e1bb819f0c124e664e9608 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 25 Mar 2025 09:37:20 +0100 Subject: [PATCH] chore(version): Bump sidekiq to 0.25.3 --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index cb77ee3..cb80fe0 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -72,7 +72,7 @@ spec: - mountPath: "/var/app/tmp/imports/watched" name: dawarich-watched - name: sidekiq - image: freikin/dawarich:0.24.1 + image: freikin/dawarich:0.25.3 command: ["sidekiq-entrypoint.sh"] args: ["bundle", "exec", "sidekiq"] env: