Add memgraph templates

This commit is contained in:
Cyber MacGeddon 2024-11-28 19:19:04 +00:00
parent c1ec3d6abb
commit bd9f1ba641
2 changed files with 5 additions and 1 deletions

View file

@ -10,5 +10,7 @@ local version = import "version.jsonnet";
prometheus: "docker.io/prom/prometheus:v2.53.2",
grafana: "docker.io/grafana/grafana:11.1.4",
trustgraph: "docker.io/trustgraph/trustgraph-flow:" + version,
qdrant: "docker.io/qdrant/qdrant:v1.11.1"
qdrant: "docker.io/qdrant/qdrant:v1.11.1",
memgraph_mage: "docker.io/memgraph/memgraph-mage:1.22-memgraph-2.22",
memgraph_lab: "docker.io/memgraph/lab:2.19.1",
}