Skip to content

Commit 5395376

Browse files
Smart intersection update ref to database tar (#593)
1 parent 11b6f2e commit 5395376

File tree

1 file changed

+1
-1
lines changed
  • metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/chart/templates/pgserver

1 file changed

+1
-1
lines changed

metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/chart/templates/pgserver/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
echo "File does NOT exist: /data/smart-intersection-ri.tar.bz2"
3636
echo "Downloading file from GitHub..."
3737
apk add --no-cache wget
38-
wget -O /data/smart-intersection-ri.tar.bz2 "https://github.com/open-edge-platform/edge-ai-suites/raw/refs/heads/feature/ITEP-68946-update-scenescape/metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/src/webserver/smart-intersection-ri.tar.bz2"
38+
wget -O /data/smart-intersection-ri.tar.bz2 "https://github.com/open-edge-platform/edge-ai-suites/raw/refs/tags/v1.2.0-20250819/metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/src/webserver/smart-intersection-ri.tar.bz2"
3939
if [ $? -eq 0 ]; then
4040
echo "File downloaded successfully to /data/smart-intersection-ri.tar.bz2"
4141
else

0 commit comments

Comments
 (0)