Fix/broken kg extract topics (#97)

* Add missing kg-extract-topics service

* Bump version
This commit is contained in:
cybermaggedon 2024-10-02 22:23:00 +01:00 committed by GitHub
parent 709221fa10
commit db9ed06b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -89,6 +89,7 @@ local url = import "values/url.jsonnet";
engine.resources([ engine.resources([
containerSet, containerSet,
service,
]) ])
}, },