Skip to content

Commit a7f8ae1

Browse files
committed
timeseries, multimodal: Updated seaweedfs and nginx images
Changes: docker-compose.yml, helm, third-party-programs.txt - Updated the nginx and seaweedfs image version Signed-off-by: Pooja Kumbharkar <pooja.kumbharkar@intel.com>
1 parent 69835c6 commit a7f8ae1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

manufacturing-ai-suite/industrial-edge-insights-multimodal/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TIME_SERIES_ANALYTICS_IMAGE=intel/ia-time-series-analytics-microservice
3434
WELD_SIMULATOR_IMAGE=intel/ia-weld-data-simulator
3535
FUSION_MODULE_IMAGE=intel/ia-multimodal-fusion-analytics
3636
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc1
37-
SEAWEEDFS_IMAGE=chrislusf/seaweedfs:4.13
37+
SEAWEEDFS_IMAGE=chrislusf/seaweedfs:4.15
3838

3939
# Please provide the suffix for the image version you want to use like rc1, rc2, git hash id etc.
4040
IMAGE_SUFFIX=2026.0.0-rc1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ services:
231231
- timeseries_network
232232

233233
nginx:
234-
image: nginx:1.29.1-bookworm-perl
234+
image: nginx:1.29.5-trixie-perl
235235
container_name: nginx_proxy
236236
read_only: true
237237
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ images:
102102
weld_data_simulator_image: intel/ia-weld-data-simulator
103103
dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc1
104104
fusion_analytics_image: intel/ia-multimodal-fusion-analytics
105-
seaweedfs_image: chrislusf/seaweedfs:4.13
105+
seaweedfs_image: chrislusf/seaweedfs:4.15
106106
privileged_access_required: false
107107
config:
108108
influx_db_server:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ License-Identifier: EPL-2.0/EPL-1.0
3232
----------------------------------------------------------------------
3333

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

3838
License-Identifier: Apache 2.0
3939
- intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24
40-
- chrislusf/seaweedfs:4.13
40+
- chrislusf/seaweedfs:4.15
4141
----------------------------------------------------------------------
4242

4343
License-Identifier: BSD 3-Clause License (also known as the "New BSD License" or "Modified BSD License").

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ services:
260260
- ./apps/${SAMPLE_APP}/simulation-data:/simulation-data
261261

262262
nginx:
263-
image: nginx:1.29.1-bookworm-perl
263+
image: nginx:1.29.5-trixie-perl
264264
container_name: nginx_proxy
265265
read_only: true
266266
user: "${TIMESERIES_UID}:${TIMESERIES_UID}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
type: RuntimeDefault
4949
containers:
5050
- name: nginx-proxy
51-
image: nginx:1.29.1-bookworm-perl
51+
image: nginx:1.29.5-trixie-perl
5252
imagePullPolicy: {{ .Values.imagePullPolicy }}
5353
securityContext:
5454
runAsUser: {{ $.Values.env.TIMESERIES_UID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ License-Identifier: EPL-2.0/EPL-1.0
3131
----------------------------------------------------------------------
3232

3333
License-Identifier: 2-clause BSD-like
34-
- nginx:1.28.0-bookworm-perl
34+
- nginx:1.29.5-trixie-perl
3535

3636
---------------------------------------------------------------------------------------------------------------------------
3737

0 commit comments

Comments
 (0)