Skip to content

Commit

Permalink
chore: bump stack to 2024.08.01
Browse files Browse the repository at this point in the history
  • Loading branch information
siers committed Aug 21, 2024
1 parent 212e6e5 commit 8a80c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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"

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/dsp_tools/resources/start-stack/start-stack-config.yml
Original file line number Diff line number Diff line change
@@ -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: ae8f44afc34081550110f6fe8867a295c2bbe3d2

0 comments on commit 8a80c76

Please sign in to comment.