From c8cfbcb4ad257298cc7595e501d107ee9ff7effa Mon Sep 17 00:00:00 2001 From: Bastien Abadie <bastien@nextcairn.com> Date: Mon, 17 Feb 2025 11:11:36 +0100 Subject: [PATCH] Version 1.7.3-beta1 --- VERSION | 2 +- arkindex/system_workers.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f8a696c8dc..f969869d3d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.2 +1.7.3-beta1 diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml index 03efc879b2..2ca1e9301b 100644 --- a/arkindex/system_workers.yml +++ b/arkindex/system_workers.yml @@ -1,7 +1,7 @@ # When releasing Arkindex, check that the Docker images set here are up to date, # then update the `version` to the current Arkindex version as set in the `VERSION` file # to confirm that the images have been manually checked. -version: 1.7.2 +version: 1.7.3-beta1 features: file_import: @@ -10,7 +10,7 @@ features: image: registry.gitlab.teklia.com/arkindex/workers/init-elements:0.1.1 command: worker-init-elements s3_ingest: - image: registry.gitlab.teklia.com/arkindex/workers/import/s3:0.2.0rc3 + image: registry.gitlab.teklia.com/arkindex/workers/import/s3:0.2.0-rc4 pdf_export: teklia_worker: name: arkindex/workers/export -- GitLab