From 7592f3c6c36f82cd7f49c8cdf011d703d75ba2cd Mon Sep 17 00:00:00 2001 From: David de Boer Date: Wed, 4 Sep 2024 14:33:04 +0200 Subject: [PATCH] Update GraphDB --- k8s/dataset-knowledge-graph/graphdb-stateful-set.yml | 2 +- k8s/graphdb/graphdb-stateful-set.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/dataset-knowledge-graph/graphdb-stateful-set.yml b/k8s/dataset-knowledge-graph/graphdb-stateful-set.yml index 1b17047..6ad7fe7 100644 --- a/k8s/dataset-knowledge-graph/graphdb-stateful-set.yml +++ b/k8s/dataset-knowledge-graph/graphdb-stateful-set.yml @@ -15,7 +15,7 @@ spec: spec: containers: - name: database - image: ontotext/graphdb:10.5.0 + image: ontotext/graphdb:10.7.3 resources: requests: memory: 1.5Gi diff --git a/k8s/graphdb/graphdb-stateful-set.yml b/k8s/graphdb/graphdb-stateful-set.yml index 6082c37..f0ee23d 100644 --- a/k8s/graphdb/graphdb-stateful-set.yml +++ b/k8s/graphdb/graphdb-stateful-set.yml @@ -15,7 +15,7 @@ spec: spec: containers: - name: database - image: ontotext/graphdb:10.5.0 + image: ontotext/graphdb:10.7.3 resources: requests: memory: 1.5Gi