Skip to content

Commit a862680

Browse files
authored
Change DLSPS image tag to 3.1.0-ubuntu24 (#594)
1 parent e7db591 commit a862680

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

kubernetes/scenescape-chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ kubeclient:
7272
vaPipeline:
7373
repository: docker.io
7474
image: intel/dlstreamer-pipeline-server
75-
tag: "2025.2-ubuntu24-rc1"
75+
tag: "3.1.0-ubuntu24"
7676
pullPolicy: IfNotPresent
7777

7878
retail:
7979
repository: docker.io/intel/dlstreamer-pipeline-server
80-
tag: "2025.2-ubuntu24-rc1"
80+
tag: "3.1.0-ubuntu24"
8181
pullPolicy: IfNotPresent
8282
storageClassName: ""
8383
cameras:
@@ -91,7 +91,7 @@ retail:
9191
queuing:
9292
repository: docker.io/intel/dlstreamer-pipeline-server
9393
pullPolicy: IfNotPresent
94-
tag: "2025.2-ubuntu24-rc1"
94+
tag: "3.1.0-ubuntu24"
9595
storageClassName: ""
9696
cameras:
9797
image: linuxserver/ffmpeg

sample_data/docker-compose-dl-streamer-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ services:
243243
pids_limit: 1000
244244

245245
retail-video:
246-
image: docker.io/intel/dlstreamer-pipeline-server:2025.2-ubuntu24-rc1
246+
image: docker.io/intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
247247
networks:
248248
scenescape:
249249
tty: true
@@ -299,7 +299,7 @@ services:
299299
pids_limit: 1000
300300

301301
queuing-video:
302-
image: docker.io/intel/dlstreamer-pipeline-server:2025.2-ubuntu24-rc1
302+
image: docker.io/intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
303303
networks:
304304
scenescape:
305305
tty: true

0 commit comments

Comments
 (0)