Update image names in the templates

This commit is contained in:
Cyber MacGeddon 2025-01-28 19:24:07 +00:00
parent 8ae21b8821
commit 99991c88e1
38 changed files with 65 additions and 61 deletions

View file

@ -12,7 +12,7 @@ cassandra + {
local container =
engine.container("store-triples")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"triples-write-cassandra",
"-p",
@ -44,7 +44,7 @@ cassandra + {
local container =
engine.container("query-triples")
.with_image(images.trustgraph)
.with_image(images.trustgraph_flow)
.with_command([
"triples-query-cassandra",
"-p",