Skip to content

Commit

Permalink
Update to kuksa.val Databroker 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 authored and eriksven committed Oct 27, 2023
1 parent 1aedf6c commit add243e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fms-blueprint-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
target: "/tmp"
read_only: true
databroker:
image: "ghcr.io/eclipse/kuksa.val/databroker:0.3.1"
image: "ghcr.io/eclipse/kuksa.val/databroker:0.4.0"
container_name: "databroker"
cap_drop: *default-drops
networks:
Expand All @@ -142,6 +142,8 @@ services:
KUKSA_DATA_BROKER_PORT: "55556"
KUKSA_DATA_BROKER_METADATA_FILE: "/vss_overlay.json"
RUST_LOG: "info"
# for the time being, we do not use TLS secured connections to Databroker
command: "--insecure"
fms-forwarder:
image: "ghcr.io/eclipse-sdv-blueprints/fleet-management/fms-forwarder:main"
build: &fms-forwarder-build
Expand Down

0 comments on commit add243e

Please sign in to comment.