Skip to content

Commit

Permalink
chore: bump start-stack to 2024.02.01 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann committed Feb 14, 2024
1 parent 8095ba3 commit 9080f47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/dsp_tools/commands/start_stack.py
Expand Up @@ -211,11 +211,11 @@ def _load_data_into_repo(self) -> None:
"""
graph_prefix = "http://0.0.0.0:3030/knora-test/data?graph="
ttl_files = [
("knora-ontologies/knora-admin.ttl", "http://www.knora.org/ontology/knora-admin"),
("knora-ontologies/knora-base.ttl", "http://www.knora.org/ontology/knora-base"),
("knora-ontologies/standoff-onto.ttl", "http://www.knora.org/ontology/standoff"),
("knora-ontologies/standoff-data.ttl", "http://www.knora.org/data/standoff"),
("knora-ontologies/salsah-gui.ttl", "http://www.knora.org/ontology/salsah-gui"),
("webapi/src/main/resources/knora-ontologies/knora-admin.ttl", "http://www.knora.org/ontology/knora-admin"),
("webapi/src/main/resources/knora-ontologies/knora-base.ttl", "http://www.knora.org/ontology/knora-base"),
("webapi/src/main/resources/knora-ontologies/standoff-onto.ttl", "http://www.knora.org/ontology/standoff"),
("webapi/src/main/resources/knora-ontologies/standoff-data.ttl", "http://www.knora.org/data/standoff"),
("webapi/src/main/resources/knora-ontologies/salsah-gui.ttl", "http://www.knora.org/ontology/salsah-gui"),
("test_data/project_data/admin-data.ttl", "http://www.knora.org/data/admin"),
("test_data/project_data/permissions-data.ttl", "http://www.knora.org/data/permissions"),
("test_data/project_ontologies/anything-onto.ttl", "http://www.knora.org/ontology/0001/anything"),
Expand Down
10 changes: 5 additions & 5 deletions src/dsp_tools/resources/start-stack/docker-compose.yml
Expand Up @@ -7,7 +7,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/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/dsp-app:v11.3.4
image: daschswiss/dsp-app:v11.6.2
ports:
- "4200:4200"
networks:
Expand All @@ -16,7 +16,7 @@ services:
db:
# on the verge of every deployment (fortnightly), update the "image" value from the "db" value of
# https://github.com/dasch-swiss/ops-deploy/blob/main/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/apache-jena-fuseki:2.1.4
image: daschswiss/apache-jena-fuseki:2.1.5
ports:
- "3030:3030"
networks:
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.7.0
image: daschswiss/knora-sipi:v30.8.1
ports:
- "1024:1024"
volumes:
Expand All @@ -51,7 +51,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/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/knora-api:v30.7.0
image: daschswiss/knora-api:v30.8.1
depends_on:
- sipi
- db
Expand Down Expand Up @@ -79,7 +79,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/roles/dsp-deploy/files/RELEASE.json
image: daschswiss/dsp-ingest:v0.6.0
image: daschswiss/dsp-ingest:v0.6.1
ports:
- "3340:3340"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 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: ffe1ce7c617d45bbedd703af1797bc92fe630a83
DSP-API commit: 3526ca9de75c7074fa9b934b381c7fa3944841b0

0 comments on commit 9080f47

Please sign in to comment.