diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/.env b/manufacturing-ai-suite/industrial-edge-insights-vision/.env index 910f0dee5e..e16a25972f 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/.env +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/.env @@ -4,7 +4,7 @@ HOST_IP= REST_SERVER_PORT=8080 # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 RTSP_CAMERA_IP= # MinIO service & client diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pallet-defect-detection b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pallet-defect-detection index 910f0dee5e..e16a25972f 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pallet-defect-detection +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pallet-defect-detection @@ -4,7 +4,7 @@ HOST_IP= REST_SERVER_PORT=8080 # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 RTSP_CAMERA_IP= # MinIO service & client diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pcb-anomaly-detection b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pcb-anomaly-detection index 1a31255de0..b1c3f888eb 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pcb-anomaly-detection +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_pcb-anomaly-detection @@ -4,7 +4,7 @@ HOST_IP= REST_SERVER_PORT=8080 # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 RTSP_CAMERA_IP= # MinIO service & client diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_weld-porosity b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_weld-porosity index 893702d391..1e6ae32e5a 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_weld-porosity +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_weld-porosity @@ -4,7 +4,7 @@ HOST_IP= REST_SERVER_PORT=8080 # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 RTSP_CAMERA_IP= # MinIO service & client diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_worker-safety-gear-detection b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_worker-safety-gear-detection index b06affce38..fad36aab2d 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/.env_worker-safety-gear-detection +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/.env_worker-safety-gear-detection @@ -4,7 +4,7 @@ HOST_IP= REST_SERVER_PORT=8080 # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 RTSP_CAMERA_IP= # MinIO service & client diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md index 70e5108feb..48a7890a17 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md @@ -33,13 +33,13 @@ - Download helm chart with the following command ```bash - helm pull oci://registry-1.docker.io/intel/pallet-defect-detection-reference-implementation --version 2.6.0-rc3 + helm pull oci://registry-1.docker.io/intel/pallet-defect-detection-reference-implementation --version 2.6.0 ``` - Unzip the package using the following command ```bash - tar -xvf pallet-defect-detection-reference-implementation-2.6.0-rc3.tgz + tar -xvf pallet-defect-detection-reference-implementation-2.6.0.tgz ``` - Replace the helm directory diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md index 814d01f380..394f5d9266 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md @@ -24,7 +24,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server Create a Docker file named `BalluffDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content. ```dockerfile -FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 USER root @@ -41,7 +41,7 @@ RUN chmod +x /home/pipeline-server/src-gst-gencamsrc/autogen.sh RUN chmod +x /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh RUN /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh -# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 base image +# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 base image RUN apt-get update && apt-get install -y libwxgtk-webview3.2-dev # For Ubuntu 22 with intel/dlstreamer-pipeline-server:3.1.0-ubuntu22, uncomment the line below and comment the above line @@ -67,7 +67,7 @@ USER intelmicroserviceuser Run the following command to build the image: ```bash -docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff -f BalluffDockerfile . +docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff -f BalluffDockerfile . ``` This command builds your Docker image using the steps defined above. @@ -76,7 +76,7 @@ This command builds your Docker image using the steps defined above. After the build completes, update .env and start the container: -> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff +> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff ```bash docker compose up -d @@ -111,7 +111,7 @@ cp .env_pallet-defect-detection .env Update the `.env` file with the newly created image as below and modify any other required variables. ```bash -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff ``` diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md index 82284387be..c54c8116df 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md @@ -22,7 +22,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server Create a Docker file named `BaslerDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content. ```dockerfile -FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 USER root @@ -53,7 +53,7 @@ USER intelmicroserviceuser Run the following command to build the image: ```bash -docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler -f BaslerDockerfile . +docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler -f BaslerDockerfile . ``` This command builds your Docker image using the steps defined above. @@ -62,7 +62,7 @@ This command builds your Docker image using the steps defined above. After the build completes, update .env and start the container: -> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler +> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler ```bash docker compose up -d @@ -97,7 +97,7 @@ cp .env_pallet-defect-detection .env Update the `.env` file with the newly created image as below and modify any other required variables. ```bash -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler ``` ### Step 3: Run the Setup Script diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md index 2b8c4301c7..73c567e560 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md @@ -30,10 +30,10 @@ - Download helm chart with the following command - `helm pull oci://registry-1.docker.io/intel/pcb-anomaly-detection --version 1.2.0-rc3` + `helm pull oci://registry-1.docker.io/intel/pcb-anomaly-detection --version 1.2.0` - unzip the package using the following command - `tar -xvf pcb-anomaly-detection-1.2.0-rc3.tgz` + `tar -xvf pcb-anomaly-detection-1.2.0.tgz` - Replace the helm directory `rm -rf helm && mv pcb-anomaly-detection helm` diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md index b4c19d0735..079945a436 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md @@ -30,10 +30,10 @@ - Download helm chart with the following command - `helm pull oci://registry-1.docker.io/intel/weld-porosity-sample-application --version 1.4.0-rc3` + `helm pull oci://registry-1.docker.io/intel/weld-porosity-sample-application --version 1.4.0` - unzip the package using the following command - `tar -xvf weld-porosity-sample-application-1.4.0-rc3.tgz` + `tar -xvf weld-porosity-sample-application-1.4.0.tgz` - Replace the helm directory `rm -rf helm && mv weld-porosity-sample-application helm` diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-with-helm.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-with-helm.md index b3facc7734..7bf2c11335 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-with-helm.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-with-helm.md @@ -28,10 +28,10 @@ - Download helm chart with the following command - `helm pull oci://registry-1.docker.io/intel/worker-safety-gear-detection --version 1.2.0-rc3` + `helm pull oci://registry-1.docker.io/intel/worker-safety-gear-detection --version 1.2.0` - unzip the package using the following command - `tar -xvf worker-safety-gear-detection-1.2.0-rc3.tgz` + `tar -xvf worker-safety-gear-detection-1.2.0.tgz` - Replace the helm directory `rm -rf helm && mv worker-safety-gear-detection helm` diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-balluff-sdk.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-balluff-sdk.md index 495a27de31..74f0729c0b 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-balluff-sdk.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-balluff-sdk.md @@ -29,7 +29,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server Create a Docker file named `BalluffDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content. ```dockerfile -FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 USER root @@ -46,7 +46,7 @@ RUN chmod +x /home/pipeline-server/src-gst-gencamsrc/autogen.sh RUN chmod +x /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh RUN /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh -# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 base image +# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 base image RUN apt-get update && apt-get install -y libwxgtk-webview3.2-dev # For Ubuntu 22 with intel/dlstreamer-pipeline-server:3.1.0-ubuntu22, uncomment the line below and comment the above line @@ -74,7 +74,7 @@ USER intelmicroserviceuser Run the following command to build the image: ```bash -docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff -f BalluffDockerfile . +docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff -f BalluffDockerfile . ``` This command builds your Docker image using the steps defined above. @@ -85,7 +85,7 @@ This command builds your Docker image using the steps defined above. After the build completes, update .env and start the container: -> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff +> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff ```bash docker compose up -d @@ -127,7 +127,7 @@ cp .env_worker-safety-gear-detection .env Update the `.env` file with the newly created image as below and modify any other required variables. ```bash -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-balluff ``` --- diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-pylon-sdk.md b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-pylon-sdk.md index 3af1893ed8..3b9777c9a3 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-pylon-sdk.md +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides/integrate-pylon-sdk.md @@ -27,7 +27,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server Create a Docker file named `BaslerDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content. ```dockerfile -FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 +FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 USER root @@ -60,7 +60,7 @@ USER intelmicroserviceuser Run the following command to build the image: ```bash -docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler -f BaslerDockerfile . +docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler -f BaslerDockerfile . ``` This command builds your Docker image using the steps defined above. @@ -71,7 +71,7 @@ This command builds your Docker image using the steps defined above. After the build completes, update .env and start the container: -> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler +> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler ```bash docker compose up -d @@ -113,7 +113,7 @@ cp .env_worker-safety-gear-detection .env Update the `.env` file with the newly created image as below and modify any other required variables. ```bash -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-gencamsrc-basler ``` --- diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pallet-defect-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pallet-defect-detection.yaml index 723c4829b1..8db7f07346 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pallet-defect-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pallet-defect-detection.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.0-rc3 +version: 2.6.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.6.0-rc3" \ No newline at end of file +appVersion: "2.6.0" \ No newline at end of file diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pcb-anomaly-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pcb-anomaly-detection.yaml index 65827a36c3..208f3489f9 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pcb-anomaly-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-pcb-anomaly-detection.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0-rc3 +version: 1.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.2.0-rc3" \ No newline at end of file +appVersion: "1.2.0" \ No newline at end of file diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-weld-porosity.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-weld-porosity.yaml index 19128d2b2f..9f6dea0da3 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-weld-porosity.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-weld-porosity.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0-rc3 +version: 1.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.4.0-rc3" \ No newline at end of file +appVersion: "1.4.0" \ No newline at end of file diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-worker-safety-gear-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-worker-safety-gear-detection.yaml index 4d6441f6ff..285827c073 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-worker-safety-gear-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart-worker-safety-gear-detection.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.0-rc3 +version: 1.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.2.0-rc3" \ No newline at end of file +appVersion: "1.2.0" \ No newline at end of file diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart.yaml index 723c4829b1..8db7f07346 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/Chart.yaml @@ -17,10 +17,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.0-rc3 +version: 2.6.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.6.0-rc3" \ No newline at end of file +appVersion: "2.6.0" \ No newline at end of file diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values.yaml index 9faf02c55a..8c2832ad73 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values.yaml @@ -42,7 +42,7 @@ webrtcturnserver: password: images: minio: minio/minio:RELEASE.2020-12-12T08-39-07Z - dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 + dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 nginx: nginx:1.27-alpine mqtt_broker: eclipse-mosquitto:latest config: diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pallet-defect-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pallet-defect-detection.yaml index a565296748..e2a6eba131 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pallet-defect-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pallet-defect-detection.yaml @@ -42,7 +42,7 @@ webrtcturnserver: password: images: minio: minio/minio:RELEASE.2020-12-12T08-39-07Z - dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 + dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 nginx: nginx:1.27-alpine mqtt_broker: eclipse-mosquitto:latest config: diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pcb-anomaly-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pcb-anomaly-detection.yaml index 5cf1ba68f2..dc8ea4d266 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pcb-anomaly-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_pcb-anomaly-detection.yaml @@ -42,7 +42,7 @@ webrtcturnserver: password: images: minio: minio/minio:RELEASE.2020-12-12T08-39-07Z - dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 + dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 nginx: nginx:1.27-alpine mqtt_broker: eclipse-mosquitto:latest config: diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_weld-porosity.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_weld-porosity.yaml index 56d90d3125..5ff5c166e1 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_weld-porosity.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_weld-porosity.yaml @@ -42,7 +42,7 @@ webrtcturnserver: password: images: minio: minio/minio:RELEASE.2020-12-12T08-39-07Z - dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 + dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 nginx: nginx:1.27-alpine mqtt_broker: eclipse-mosquitto:latest config: diff --git a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_worker-safety-gear-detection.yaml b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_worker-safety-gear-detection.yaml index 26d05a145f..68ac3591bb 100644 --- a/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_worker-safety-gear-detection.yaml +++ b/manufacturing-ai-suite/industrial-edge-insights-vision/helm/values_worker-safety-gear-detection.yaml @@ -42,7 +42,7 @@ webrtcturnserver: password: images: minio: minio/minio:RELEASE.2020-12-12T08-39-07Z - dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 + dlstreamer_pipeline_server: intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 nginx: nginx:1.27-alpine mqtt_broker: eclipse-mosquitto:latest config: diff --git a/metro-ai-suite/image-based-video-search/.env b/metro-ai-suite/image-based-video-search/.env index 8731512ced..cbd84b88aa 100644 --- a/metro-ai-suite/image-based-video-search/.env +++ b/metro-ai-suite/image-based-video-search/.env @@ -1,4 +1,4 @@ # General DOCKER_REGISTRY= # DL Streamer Pipeline Server -DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 \ No newline at end of file +DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24 \ No newline at end of file diff --git a/metro-ai-suite/image-based-video-search/chart/Chart.yaml b/metro-ai-suite/image-based-video-search/chart/Chart.yaml index 0661584d58..57949dde9a 100644 --- a/metro-ai-suite/image-based-video-search/chart/Chart.yaml +++ b/metro-ai-suite/image-based-video-search/chart/Chart.yaml @@ -10,9 +10,9 @@ name: image-based-video-search apiVersion: v2 # Version of the chart (required) -version: 1.2.0-rc3 +version: 1.2.0 # Version of the application (required). # This should be the main application version. -appVersion: 1.2.0-rc3 +appVersion: 1.2.0 description: A Helm chart for ibvs diff --git a/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml b/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml index f6a3474293..8d0cbb49b8 100644 --- a/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml +++ b/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml @@ -58,7 +58,7 @@ spec: - name: '{{ include "image_based_video_search.fullname" . }}-dlstreamer-pipeline-server-models' mountPath: /output - name: model-downloader - image: intel/dlstreamer:2026.0.0-ubuntu24-rc3 + image: intel/dlstreamer:2026.0.0-ubuntu24 securityContext: allowPrivilegeEscalation: false runAsNonRoot: true diff --git a/metro-ai-suite/image-based-video-search/chart/values.yaml b/metro-ai-suite/image-based-video-search/chart/values.yaml index f2d8a4cf7e..b1db902fd2 100644 --- a/metro-ai-suite/image-based-video-search/chart/values.yaml +++ b/metro-ai-suite/image-based-video-search/chart/values.yaml @@ -89,7 +89,7 @@ dlstreamerpipelineserver: # key: dlstreamerpipelineserver.repository.image image: docker.io/intel/dlstreamer-pipeline-server # key: dlstreamerpipelineserver.repository.tag - tag: 2026.0.0-ubuntu24-rc3 + tag: 2026.0.0-ubuntu24 # key: dlstreamerpipelineserver.replicas replicas: 1 # key: dlstreamerpipelineserver.nodeSelector @@ -263,7 +263,7 @@ streaming: # key: streaming.repository.image image: docker.io/intel/streaming-pipeline # key: streaming.repository.tag - tag: v1.2.0-rc3 + tag: v1.2.0 # key: streaming.replicas replicas: 1 # key: streaming.nodeSelector @@ -306,7 +306,7 @@ app: # key: app.repository.image image: docker.io/intel/image-based-video-search # key: app.repository.tag - tag: v1.2.0-rc3 + tag: v1.2.0 # key: app.replicas replicas: 1 # key: app.nodeSelector @@ -363,7 +363,7 @@ featurematching: # key: featurematching.repository.image image: docker.io/intel/feature-matching # key: featurematching.repository.tag - tag: v1.2.0-rc3 + tag: v1.2.0 # key: featurematching.replicas replicas: 1 # key: featurematching.nodeSelector diff --git a/metro-ai-suite/image-based-video-search/compose.yml b/metro-ai-suite/image-based-video-search/compose.yml index a8c433a57d..f322547850 100644 --- a/metro-ai-suite/image-based-video-search/compose.yml +++ b/metro-ai-suite/image-based-video-search/compose.yml @@ -46,7 +46,7 @@ services: condition: service_healthy feature-matching: - image: ${DOCKER_REGISTRY}intel/feature-matching:v1.2.0-rc3 + image: ${DOCKER_REGISTRY}intel/feature-matching:v1.2.0 container_name: ibvs-featurematching build: context: src/feature-matching @@ -81,7 +81,7 @@ services: start_period: 10s restart: on-failure:5 streaming-pipeline: - image: ${DOCKER_REGISTRY}intel/streaming-pipeline:v1.2.0-rc3 + image: ${DOCKER_REGISTRY}intel/streaming-pipeline:v1.2.0 build: context: src/streaming-pipeline dockerfile: Dockerfile @@ -202,7 +202,7 @@ services: condition: service_started restart: on-failure:5 app: - image: ${DOCKER_REGISTRY}intel/image-based-video-search:v1.2.0-rc3 + image: ${DOCKER_REGISTRY}intel/image-based-video-search:v1.2.0 container_name: ibvs-app build: context: src/app diff --git a/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md b/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md index 6cc327293d..2ae24e9c28 100644 --- a/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md +++ b/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md @@ -65,7 +65,7 @@ By following this guide, you will learn how to: docker run --rm --user=root \ -e http_proxy -e https_proxy -e no_proxy \ -v "$MODELS_PATH:/output" \ - intel/dlstreamer:2026.0.0-ubuntu24-rc3 bash -c "$(cat <