Skip to content

Commit cfe31cf

Browse files
authored
Seat service version update (#63)
1 parent 293a0c9 commit cfe31cf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.vscode/scripts/run-seatservice.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SEATSERVICE_EXEC_PATH="$SEATSERVICE_ASSET_FOLDER/$PROCESSOR/target/$PROCESSOR/re
4040

4141
if [[ ! -f "$SEATSERVICE_EXEC_PATH/val_start.sh" ]]
4242
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
4444
echo "Downloading seatservice:$SEATSERVICE_VERSION"
4545
curl -o $SEATSERVICE_ASSET_FOLDER/$PROCESSOR/$SEATSERVICE_BINARY_NAME --create-dirs -L -H "Accept: application/octet-stream" "$DOWNLOAD_URL/$SEATSERVICE_VERSION/$SEATSERVICE_BINARY_NAME"
4646
tar -xf $SEATSERVICE_ASSET_FOLDER/$PROCESSOR/$SEATSERVICE_BINARY_NAME -C $SEATSERVICE_ASSET_FOLDER/$PROCESSOR

examples/atomic-set/AppManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"services": [
1111
{
1212
"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"
1515
}
1616
],
1717
"runtime": [

examples/datapoint-set/AppManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"services": [
1212
{
1313
"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"
1616
}
1717
],
1818
"runtime": [

examples/seat-adjuster/AppManifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"services": [
1212
{
1313
"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"
1616
}
1717
],
1818
"runtime": [

prerequisite_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.3.0"
77
},
88
"seatservice": {
9-
"version": "v0.3.0"
9+
"version": "v0.2.0"
1010
},
1111
"hvacservice": {
1212
"version": "v0.1.0"

0 commit comments

Comments
 (0)