Skip to content
Merged
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
6 changes: 3 additions & 3 deletions kubernetes/scenescape-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ kubeclient:
vaPipeline:
repository: docker.io
image: intel/dlstreamer-pipeline-server
tag: "2025.2-ubuntu24-rc1"
tag: "3.1.0-ubuntu24"
pullPolicy: IfNotPresent

retail:
repository: docker.io/intel/dlstreamer-pipeline-server
tag: "2025.2-ubuntu24-rc1"
tag: "3.1.0-ubuntu24"
pullPolicy: IfNotPresent
storageClassName: ""
cameras:
Expand All @@ -91,7 +91,7 @@ retail:
queuing:
repository: docker.io/intel/dlstreamer-pipeline-server
pullPolicy: IfNotPresent
tag: "2025.2-ubuntu24-rc1"
tag: "3.1.0-ubuntu24"
storageClassName: ""
cameras:
image: linuxserver/ffmpeg
Expand Down
4 changes: 2 additions & 2 deletions sample_data/docker-compose-dl-streamer-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ services:
pids_limit: 1000

retail-video:
image: docker.io/intel/dlstreamer-pipeline-server:2025.2-ubuntu24-rc1
image: docker.io/intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
networks:
scenescape:
tty: true
Expand Down Expand Up @@ -299,7 +299,7 @@ services:
pids_limit: 1000

queuing-video:
image: docker.io/intel/dlstreamer-pipeline-server:2025.2-ubuntu24-rc1
image: docker.io/intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
networks:
scenescape:
tty: true
Expand Down
Loading