From a659aa1008e9b2dfa85014cdf11ce5e67bacbadc Mon Sep 17 00:00:00 2001 From: Raitis Veinbahs Date: Wed, 21 Aug 2024 09:54:21 +0200 Subject: [PATCH] chore: bump stack to 2024.08.01 --- src/dsp_tools/resources/start-stack/docker-compose.yml | 8 ++++---- .../resources/start-stack/start-stack-config.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dsp_tools/resources/start-stack/docker-compose.yml b/src/dsp_tools/resources/start-stack/docker-compose.yml index 7ada74f59..1d3e5b675 100644 --- a/src/dsp_tools/resources/start-stack/docker-compose.yml +++ b/src/dsp_tools/resources/start-stack/docker-compose.yml @@ -3,7 +3,7 @@ services: api: # on the verge of every deployment (fortnightly), update the "image" value from the "api" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/versions/RELEASE.json - image: daschswiss/knora-api:v30.18.2 + image: daschswiss/knora-api:v30.18.3 depends_on: - sipi - db @@ -28,7 +28,7 @@ services: sipi: # on the verge of every deployment (fortnightly), take the same tag as DSP-API - image: daschswiss/knora-sipi:v30.18.2 + image: daschswiss/knora-sipi:v30.18.3 ports: - "1024:1024" volumes: @@ -44,7 +44,7 @@ services: app: # on the verge of every deployment (fortnightly), update the "image" value from the "app" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/versions/RELEASE.json - image: daschswiss/dsp-app:v11.16.3 + image: daschswiss/dsp-app:v11.17.1 ports: - "4200:4200" @@ -62,7 +62,7 @@ services: ingest: # on the verge of every deployment (fortnightly), update the "image" value from the "ingest" value of # https://github.com/dasch-swiss/ops-deploy/blob/main/versions/RELEASE.json - image: daschswiss/dsp-ingest:v0.12.0 + image: daschswiss/dsp-ingest:v0.12.2 ports: - "3340:3340" volumes: diff --git a/src/dsp_tools/resources/start-stack/start-stack-config.yml b/src/dsp_tools/resources/start-stack/start-stack-config.yml index ed30a3aeb..66ccf28d7 100644 --- a/src/dsp_tools/resources/start-stack/start-stack-config.yml +++ b/src/dsp_tools/resources/start-stack/start-stack-config.yml @@ -1,4 +1,4 @@ --- # take commit hash of latest DSP-API release from https://github.com/dasch-swiss/dsp-api/commits/main -DSP-API commit: cff47ed259137402c6495bb3debfb0f72b9dce5d +DSP-API commit: d00ac920412b8aaf653fdb996d073abd26f7f661