fix(wahlrecht): Don't use kafka

This commit is contained in:
Jim Martens 2024-03-06 15:31:02 +01:00
parent 5258897530
commit 44b18d9393
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.2.12"
tag: "0.3.1"
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.2.12"
tag: "0.3.1"
# If image is not accessible for Kubernetes without authentication, configure required secrets here
# will be added verbatim to imagePullSecrets in deployment pod template
imagePullSecrets: []