Skip to content

Commit

Permalink
Merge pull request #6 from innovation-hub-bergisches-rheinland/bump-a…
Browse files Browse the repository at this point in the history
…nomaly-counter-version-to-0.1.2

Bump anomaly counter version to 0.1.2
  • Loading branch information
joerichter authored Sep 1, 2021
2 parents 33ca16d + 38d2300 commit 8da27e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/showcase-3d-printer-anomaly-counter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: showcase-3d-printer-anomaly-counter
description: Anomaly Counter for 3D-Printer Showcase
type: application
version: 0.1.1
appVersion: '0.1.1'
version: 0.1.2
appVersion: '0.1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,12 @@ data:
]
}
config.yaml: |
General:
KAFKA_BROKER_URL: kafka:9094
KAFKA_CONSUMER_TIMEOUT_MS: 120000
anomaly_counter:
IN_TOPIC:
showcase-3d-printer_prusa-esp32: data_temp.avsc
ender_printer_anomalies: anomalies.avsc
IN_GROUP: showcase-3d-printer_anomaly-counter
OUT_TOPIC:
showcase-3d-printer_anomaly-counter: anomaly_counter.avsc
KAFKA_BROKER_URL: kafka:9094
IN_TOPIC:
showcase-3d-printer_prusa-esp32: data_temp.avsc
ender_printer_anomalies: anomalies.avsc
OUT_TOPIC:
showcase-3d-printer_anomaly-counter: anomaly_counter.avsc
data_temp.avsc: |
{
"name": "Data_Temp",
Expand Down

0 comments on commit 8da27e9

Please sign in to comment.