Skip to content

Commit 45b706d

Browse files
authored
timeseries, multimodal: Update the version to 2026.1.0 (#2387)
Signed-off-by: B, Vinod K <vinod.k.b@intel.com>
1 parent fcc3dad commit 45b706d

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubunt
3737
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.
40-
IMAGE_SUFFIX=2026.0.0
40+
IMAGE_SUFFIX=2026.1.0
4141

4242
# Date value format: yyyymmdd (e.g., 20260101)
4343
WEEKLY_BUILD_DATE=

manufacturing-ai-suite/industrial-edge-insights-multimodal/docs/user-guide/get-started/deploy-with-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ You can either generate or download the Helm charts.
2525
1. Download Helm chart with the following command:
2626

2727
```bash
28-
helm pull oci://registry-1.docker.io/intel/multimodal-weld-defect-detection-sample-app --version 2026.0.0-<date>-weekly
28+
helm pull oci://registry-1.docker.io/intel/multimodal-weld-defect-detection-sample-app --version 2026.1.0-<date>-weekly
2929
```
3030

3131
Replace `<date>` with the actual patch version date (e.g., `20260120` for January 20th, 2026).
32-
`helm pull oci://registry-1.docker.io/intel/multimodal-weld-defect-detection-sample-app --version 2026.0.0-20260120-weekly`
32+
`helm pull oci://registry-1.docker.io/intel/multimodal-weld-defect-detection-sample-app --version 2026.1.0-20260120-weekly`
3333

3434
2. Unzip the package using the following command:
3535

3636
```bash
37-
tar -xvzf multimodal-weld-defect-detection-sample-app-2026.0.0-<date>-weekly.tgz
37+
tar -xvzf multimodal-weld-defect-detection-sample-app-2026.1.0-<date>-weekly.tgz
3838
```
3939

4040
- Get into the Helm directory:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 2026.0.0
24+
version: 2026.1.0
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning. They should reflect the version the application is using.
2929
# It is recommended to use it with quotes.
30-
appVersion: "2026.0.0"
30+
appVersion: "2026.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ gpu:
9595
count: 1
9696
images:
9797
# Please provide the suffix for the image version you want to use like rc1, rc2, git hash id etc.
98-
image_suffix: "2026.0.0"
98+
image_suffix: "2026.1.0"
9999
# Date value format: "yyyymmdd" (e.g., "20260202")
100100
weekly_build_date: ""
101101
time_series_analytics_image: intel/ia-time-series-analytics-microservice

manufacturing-ai-suite/industrial-edge-insights-time-series/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ OPC_UA_SERVER_IMAGE=intel/ia-opcua-server
3636
MQTT_PUBLISHER_IMAGE=intel/ia-mqtt-publisher
3737

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

4141
# Date value format: yyyymmdd (e.g., 20260101)
4242
WEEKLY_BUILD_DATE=

manufacturing-ai-suite/industrial-edge-insights-time-series/docs/user-guide/get-started/deploy-with-helm.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Choose **one** of the following approaches to get the Helm charts:
2525
1. Download Helm chart:
2626

2727
```bash
28-
helm pull oci://registry-1.docker.io/intel/wind-turbine-anomaly-detection-sample-app --version 2026.0.0-<date>-weekly
28+
helm pull oci://registry-1.docker.io/intel/wind-turbine-anomaly-detection-sample-app --version 2026.1.0-<date>-weekly
2929
```
3030

3131
Replace `<date>` with the actual patch version date (e.g., `20260120` for January 20th, 2026).
32-
`helm pull oci://registry-1.docker.io/intel/wind-turbine-anomaly-detection-sample-app --version 2026.0.0-20260120-weekly`
32+
`helm pull oci://registry-1.docker.io/intel/wind-turbine-anomaly-detection-sample-app --version 2026.1.0-20260120-weekly`
3333

3434
2. Extract the Helm chart:
3535

3636
```bash
37-
tar -xvzf wind-turbine-anomaly-detection-sample-app-2026.0.0-<date>-weekly.tgz
37+
tar -xvzf wind-turbine-anomaly-detection-sample-app-2026.1.0-<date>-weekly.tgz
3838
cd wind-turbine-anomaly-detection-sample-app
3939
```
4040

@@ -64,16 +64,16 @@ Choose **one** of the following approaches to get the Helm charts:
6464
1. Download Helm chart:
6565

6666
```bash
67-
helm pull oci://registry-1.docker.io/intel/weld-anomaly-detection-sample-app --version 2026.0.0-<date>-weekly
67+
helm pull oci://registry-1.docker.io/intel/weld-anomaly-detection-sample-app --version 2026.1.0-<date>-weekly
6868
```
6969

7070
Replace `<date>` with the actual patch version date (e.g., `20260120` for January 20th, 2026).
71-
`helm pull oci://registry-1.docker.io/intel/weld-anomaly-detection-sample-app --version 2026.0.0-20260120-weekly`
71+
`helm pull oci://registry-1.docker.io/intel/weld-anomaly-detection-sample-app --version 2026.1.0-20260120-weekly`
7272

7373
2. Extract the Helm chart:
7474

7575
```bash
76-
tar -xvzf weld-anomaly-detection-sample-app-2026.0.0-<date>-weekly.tgz
76+
tar -xvzf weld-anomaly-detection-sample-app-2026.1.0-<date>-weekly.tgz
7777
cd weld-anomaly-detection-sample-app
7878
```
7979

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 2026.0.0
24+
version: 2026.1.0
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning. They should reflect the version the application is using.
2929
# It is recommended to use it with quotes.
30-
appVersion: "2026.0.0"
30+
appVersion: "2026.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353

5454
images:
5555
# Please provide the suffix for the image version you want to use like rc1, rc2, git hash id etc.
56-
image_suffix: "2026.0.0"
56+
image_suffix: "2026.1.0"
5757
# Date value format: "yyyymmdd" (e.g., "20260202")
5858
weekly_build_date: ""
5959
time_series_analytics_image: intel/ia-time-series-analytics-microservice

0 commit comments

Comments
 (0)