Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ services:
- "5432:5432"

web:
image: intel/scenescape-manager:v2025.2
image: intel/scenescape-manager:v2026.0.0-rc1
init: true
networks:
scenescape:
Expand Down Expand Up @@ -281,7 +281,7 @@ services:
restart: on-failure:5

scene:
image: intel/scenescape-controller:v2025.2
image: intel/scenescape-controller:v2026.0.0-rc1
init: true
environment:
- http_proxy=${http_proxy}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ grafana:

scene:
repository: intel/scenescape-controller
tag: v2025.2
tag: v2026.0.0-rc1

service:
type: ClusterIP
Expand All @@ -125,7 +125,7 @@ web:
replicas: 1
image:
repository: intel/scenescape-manager
tag: v2025.2
tag: v2026.0.0-rc1
dbhost: pgserver
broker: broker.scenescape.intel.com
service:
Expand Down