mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix/broken kg extract topics (#97)
* Add missing kg-extract-topics service * Bump version
This commit is contained in:
parent
709221fa10
commit
db9ed06b1c
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
# VERSION=$(shell git describe | sed 's/^v//')
|
# VERSION=$(shell git describe | sed 's/^v//')
|
||||||
VERSION=0.11.17
|
VERSION=0.11.18
|
||||||
|
|
||||||
DOCKER=podman
|
DOCKER=podman
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,7 @@ local url = import "values/url.jsonnet";
|
||||||
|
|
||||||
engine.resources([
|
engine.resources([
|
||||||
containerSet,
|
containerSet,
|
||||||
|
service,
|
||||||
])
|
])
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue