Skip to content

Commit

Permalink
Merge pull request #238 from linkernetworks/fix/FE-trouble-shooting-url
Browse files Browse the repository at this point in the history
Build 0.41.41
  • Loading branch information
Haishi2016 authored Feb 14, 2023
2 parents 587a3e4 + b1e0ca5 commit af3fa4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/edge/EdgeSolution/modules/kanai/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"image": {
"repository": "${CONTAINER_REGISTRY_NAME}/kanai",
"tag": {
"version": "0.41.40",
"version": "0.41.41",
"platforms": {
"amd64": "./dockerfiles/Dockerfile.amd64",
"gpuamd64": "./dockerfiles/Dockerfile.gpuamd64",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def get_config(self):
})

# container image
container_version = "0.41.40"
container_version = "0.41.41"
# managermodule_image = f"possprod.azurecr.io/voe/managermodule:{container_version}-amd64"
# streamingmodule_image = f"possprod.azurecr.io/voe/streamingmodule:{container_version}-amd64"
# predictmodule_image = f"possprod.azurecr.io/voe/predictmodule:{container_version}-{image_suffix}amd64"
Expand Down
2 changes: 1 addition & 1 deletion src/portal/modules/webmodule/ui/src/components/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const accelerationOptions: IDropdownOption[] = [
];

export const FEEDBACK_URL = 'https://go.microsoft.com/fwlink/?linkid=2205447';
export const TROUBLE_SHOOTING_URL = 'https://go.microsoft.com/fwlink/?linkid=2205255';
export const TROUBLE_SHOOTING_URL = 'https://raw.githubusercontent.com/Azure/KAN/main/docs/guide/troubleshoot.md';

export type PageType = 'deivce' | 'camera' | 'model' | 'skill' | 'deployment';

Expand Down
2 changes: 1 addition & 1 deletion src/portal/modules/webmodule/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.41.40
0.41.41

0 comments on commit af3fa4b

Please sign in to comment.