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