Skip to content

Commit

Permalink
chore: bump start-stack to 2024.11.01 (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Nov 25, 2024
1 parent b580f89 commit 4de93b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

services:
api:
image: daschswiss/knora-api:v30.20.0-16-gc5b0c45
image: daschswiss/knora-api:v30.21.0
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.19.0
image: daschswiss/knora-api:v30.21.0
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.19.0
image: daschswiss/knora-sipi:v30.21.0
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.20.4
image: daschswiss/dsp-app:v11.22.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.13.0
image: daschswiss/dsp-ingest:v0.14.1
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: 88b278ebf96a98ddeec5e084745cf31216244368
DSP-API commit: 7b3cf4f22c127cccaf4369f7ba0ba27ecb2fe324

0 comments on commit 4de93b8

Please sign in to comment.