fix(wahlrecht): Remove memory leak

change(wahlrecht): Add Kafka back
This commit is contained in:
Jim Martens 2024-03-08 22:25:41 +01:00
parent 44b18d9393
commit 9d7a88391a
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
image:
tag: "0.3.1"
tag: "0.3.2"
revisionHistoryLimit: 3
ingress:
enabled: true

View File

@ -8,7 +8,7 @@ image:
repository: 2martens/wahlrecht
pullPolicy: IfNotPresent
# Overrides the image tag whose default is latest
tag: "0.3.1"
tag: "0.3.2"
# If image is not accessible for Kubernetes without authentication, configure required secrets here
# will be added verbatim to imagePullSecrets in deployment pod template
imagePullSecrets: []