File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ SEATSERVICE_EXEC_PATH="$SEATSERVICE_ASSET_FOLDER/$PROCESSOR/target/$PROCESSOR/re
40
40
41
41
if [[ ! -f " $SEATSERVICE_EXEC_PATH /val_start.sh" ]]
42
42
then
43
- DOWNLOAD_URL=https://github.com/boschglobal /kuksa.val.services/releases/download
43
+ DOWNLOAD_URL=https://github.com/eclipse /kuksa.val.services/releases/download
44
44
echo " Downloading seatservice:$SEATSERVICE_VERSION "
45
45
curl -o $SEATSERVICE_ASSET_FOLDER /$PROCESSOR /$SEATSERVICE_BINARY_NAME --create-dirs -L -H " Accept: application/octet-stream" " $DOWNLOAD_URL /$SEATSERVICE_VERSION /$SEATSERVICE_BINARY_NAME "
46
46
tar -xf $SEATSERVICE_ASSET_FOLDER /$PROCESSOR /$SEATSERVICE_BINARY_NAME -C $SEATSERVICE_ASSET_FOLDER /$PROCESSOR
Original file line number Diff line number Diff line change 10
10
"services" : [
11
11
{
12
12
"name" : " seatservice" ,
13
- "image" : " ghcr.io/boschglobal /kuksa.val.services/seat_service" ,
14
- "version" : " v0.3 .0"
13
+ "image" : " ghcr.io/eclipse /kuksa.val.services/seat_service" ,
14
+ "version" : " v0.2 .0"
15
15
}
16
16
],
17
17
"runtime" : [
Original file line number Diff line number Diff line change 11
11
"services" : [
12
12
{
13
13
"name" : " seatservice" ,
14
- "image" : " ghcr.io/boschglobal /kuksa.val.services/seat_service" ,
15
- "version" : " v0.3 .0"
14
+ "image" : " ghcr.io/eclipse /kuksa.val.services/seat_service" ,
15
+ "version" : " v0.2 .0"
16
16
}
17
17
],
18
18
"runtime" : [
Original file line number Diff line number Diff line change 11
11
"services" : [
12
12
{
13
13
"name" : " seatservice" ,
14
- "image" : " ghcr.io/boschglobal /kuksa.val.services/seat_service" ,
15
- "version" : " v0.3 .0"
14
+ "image" : " ghcr.io/eclipse /kuksa.val.services/seat_service" ,
15
+ "version" : " v0.2 .0"
16
16
}
17
17
],
18
18
"runtime" : [
Original file line number Diff line number Diff line change 6
6
"version" : " 0.3.0"
7
7
},
8
8
"seatservice" : {
9
- "version" : " v0.3 .0"
9
+ "version" : " v0.2 .0"
10
10
},
11
11
"hvacservice" : {
12
12
"version" : " v0.1.0"
You can’t perform that action at this time.
0 commit comments