Skip to content

Commit 488d58e

Browse files
authored
timeseries, multimodal: Updated image versions (#2029)
Updates container image tags used by the Industrial Edge Insights time-series and multimodal deployments (Docker Compose + Helm), and aligns the third-party attribution lists with those version changes. Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
1 parent 009c2a5 commit 488d58e

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

manufacturing-ai-suite/industrial-edge-insights-multimodal/docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"
99
container_name: ia-telegraf
1010
hostname: ia-telegraf
11-
image: telegraf:1.37.2
11+
image: telegraf:1.37.3
1212
restart: unless-stopped
1313
depends_on:
1414
- ia-influxdb
@@ -134,7 +134,7 @@ services:
134134
- "${DRI_MOUNT_PATH:-/dev/null}:/dev/dri"
135135

136136
ia-grafana:
137-
image: grafana/grafana-oss:12.3.3-ubuntu
137+
image: grafana/grafana-oss:12.4.0-ubuntu
138138
container_name: ia-grafana
139139
hostname: ia-grafana
140140
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"
@@ -360,7 +360,7 @@ services:
360360
# dri - GPU
361361
# USB camera devices
362362
# Selective mount can be done for deployment as mounting whole /dev is not recommended
363-
- "/dev:/dev"
363+
- ${DRI_MOUNT_PATH:-/dev/null}:/dev/dri:ro
364364
- "/tmp:/tmp"
365365
# volume mount the udev database with read-only permission,so the USB3 Vision interfaces can be enumerated correctly in the container
366366
- "/run/udev:/run/udev:ro"
@@ -385,10 +385,10 @@ services:
385385
# dri - GPU
386386
# USB camera devices
387387
# Selective mount can be done for deployment as mounting whole /dev is not recommended
388-
- "/dev:/dev"
388+
- "${DRI_MOUNT_PATH:-/dev/null}:/dev/dri"
389389

390390
mediamtx:
391-
image: bluenviron/mediamtx:1.16.2
391+
image: bluenviron/mediamtx:1.16.3
392392
container_name: mediamtx
393393
restart: unless-stopped
394394
read_only: true
@@ -521,7 +521,7 @@ services:
521521
- "vol_temp_seaweed_s3:/tmp"
522522

523523
coturn:
524-
image: coturn/coturn:4.8.0
524+
image: coturn/coturn:4.9.0
525525
container_name: coturn
526526
read_only: true
527527
security_opt:

manufacturing-ai-suite/industrial-edge-insights-multimodal/helm/templates/coturn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
type: RuntimeDefault
5454
containers:
5555
- name: coturn
56-
image: coturn/coturn:4.8.0
56+
image: coturn/coturn:4.9.0
5757
args: ["-v"] # Enable verbose logging
5858
ports:
5959
- containerPort: {{ $.Values.config.coturn.int.coturn_tcp_port }}

manufacturing-ai-suite/industrial-edge-insights-multimodal/helm/templates/dlstreamer-pipeline-server.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ spec:
7979
volumeMounts:
8080
- mountPath: /var/cache/pipeline_root
8181
name: vol-pipeline-root-tmpfs0
82-
- name: dev
83-
mountPath: /dev
82+
- name: dev-dri
83+
mountPath: /dev/dri
8484
readOnly: true # Reduce risk while preserving access to GPU/NPU devices
8585
- name: dev-shm
8686
mountPath: /dev/shm
@@ -163,9 +163,9 @@ spec:
163163
volumes:
164164
- name: vol-pipeline-root-tmpfs0
165165
emptyDir: {}
166-
- name: dev
166+
- name: dev-dri
167167
hostPath:
168-
path: /dev
168+
path: /dev/dri
169169
- name: dev-shm
170170
hostPath:
171171
path: /dev/shm

manufacturing-ai-suite/industrial-edge-insights-multimodal/helm/templates/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
{{- end }}
4949
containers:
5050
- name: ia-grafana
51-
image: grafana/grafana-oss:12.3.3-ubuntu
51+
image: grafana/grafana-oss:12.4.0-ubuntu
5252
imagePullPolicy: {{ $.Values.imagePullPolicy }}
5353
securityContext:
5454
runAsUser: {{ $.Values.env.TIMESERIES_UID }}

manufacturing-ai-suite/industrial-edge-insights-multimodal/helm/templates/mediamtx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
value: "read"
113113
- name: MTX_AUTHINTERNALUSERS_VIEWER_PATHS_0
114114
value: "cam1"
115-
image: bluenviron/mediamtx:1.16.2
115+
image: bluenviron/mediamtx:1.16.3
116116
imagePullPolicy: {{ .Values.imagePullPolicy }}
117117
# Added security context to restrict container privileges
118118
securityContext:

manufacturing-ai-suite/industrial-edge-insights-multimodal/helm/templates/telegraf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
{{- end }}
3535
containers:
3636
- name: ia-telegraf
37-
image: telegraf:1.37.2
37+
image: telegraf:1.37.3
3838
imagePullPolicy: {{ .Values.imagePullPolicy }}
3939
command: ["/bin/sh"]
4040
args: ["/entrypoint.sh"]

manufacturing-ai-suite/industrial-edge-insights-multimodal/third-party-programs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ Docker images pulled from docker hub:
1818
====================================
1919

2020
License-Identifier: MIT
21-
- telegraf:1.37.2
21+
- telegraf:1.37.3
2222
- influxdb:1.12.2
23-
- bluenviron/mediamtx:1.16.2
23+
- bluenviron/mediamtx:1.16.3
2424
----------------------------------------------------------------------
2525

2626
License-Identifier: AGPLv3
27-
- grafana/grafana-oss:12.3.3-ubuntu
27+
- grafana/grafana-oss:12.4.0-ubuntu
2828
----------------------------------------------------------------------
2929

3030
License-Identifier: EPL-2.0/EPL-1.0
3131
- eclipse-mosquitto:2.0.22
3232
----------------------------------------------------------------------
3333

3434
License-Identifier: 2-clause BSD-like
35-
- nginx:1.29.1-bookworm-perl
35+
- nginx:1.28.0-bookworm-perl
3636
----------------------------------------------------------------------
3737

3838
License-Identifier: Apache 2.0
@@ -41,7 +41,7 @@ License-Identifier: Apache 2.0
4141
----------------------------------------------------------------------
4242

4343
License-Identifier: BSD 3-Clause License (also known as the "New BSD License" or "Modified BSD License").
44-
- coturn/coturn:4.8.0
44+
- coturn/coturn:4.9.0
4545

4646
---------------------------------------------------------------------------------------------------------------------------
4747

manufacturing-ai-suite/industrial-edge-insights-time-series/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"
1010
container_name: ia-telegraf
1111
hostname: ia-telegraf
12-
image: telegraf:1.37.2
12+
image: telegraf:1.37.3
1313
restart: unless-stopped
1414
depends_on:
1515
- ia-influxdb
@@ -138,7 +138,7 @@ services:
138138
- ${DRI_MOUNT_PATH:-/dev/null}:/dev/dri
139139

140140
ia-grafana:
141-
image: grafana/grafana-oss:12.3.3-ubuntu
141+
image: grafana/grafana-oss:12.4.0-ubuntu
142142
container_name: ia-grafana
143143
hostname: ia-grafana
144144
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"

manufacturing-ai-suite/industrial-edge-insights-time-series/helm/templates/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
{{- end }}
4949
containers:
5050
- name: ia-grafana
51-
image: grafana/grafana-oss:12.3.3-ubuntu
51+
image: grafana/grafana-oss:12.4.0-ubuntu
5252
imagePullPolicy: {{ $.Values.imagePullPolicy }}
5353
securityContext:
5454
runAsUser: {{ $.Values.env.TIMESERIES_UID }}

manufacturing-ai-suite/industrial-edge-insights-time-series/helm/templates/telegraf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
{{- end }}
3535
containers:
3636
- name: ia-telegraf
37-
image: telegraf:1.37.2
37+
image: telegraf:1.37.3
3838
imagePullPolicy: {{ .Values.imagePullPolicy }}
3939
command: ["/bin/sh"]
4040
args: ["/entrypoint.sh"]

0 commit comments

Comments
 (0)