diff --git a/Makefile b/Makefile index 9952192c..d59577fa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.17 +VERSION=0.11.18 DOCKER=podman diff --git a/templates/components/graph-rag.jsonnet b/templates/components/graph-rag.jsonnet index c7a58bd5..1bce5f04 100644 --- a/templates/components/graph-rag.jsonnet +++ b/templates/components/graph-rag.jsonnet @@ -89,6 +89,7 @@ local url = import "values/url.jsonnet"; engine.resources([ containerSet, + service, ]) },