Skip to content

Commit 22d7639

Browse files
committed
merged 0.18 branch
1 parent 04081b5 commit 22d7639

File tree

18 files changed

+30
-30
lines changed

18 files changed

+30
-30
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Pizza-Labs",
2+
"name": "Res-Edge-Labs",
33
"dockerFile": "Dockerfile",
44

55
// do not change these if you want Docker in Docker support

.devcontainer/on-create.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ kic cluster create
107107
echo "Pulling docker images"
108108
docker pull mcr.microsoft.com/dotnet/sdk:7.0
109109
docker pull mcr.microsoft.com/dotnet/aspnet:7.0-alpine
110-
docker pull ghcr.io/cse-labs/res-edge-webv:0.17
111-
docker pull ghcr.io/cse-labs/res-edge-automation:0.17
110+
docker pull ghcr.io/cse-labs/res-edge-webv:0.18
111+
docker pull ghcr.io/cse-labs/res-edge-automation:0.18
112112

113113
sudo apt-get update
114114

.devcontainer/post-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ echo "$(date +'%Y-%m-%d %H:%M:%S') post-start start" >> "$HOME/status"
88
echo "Pulling docker images"
99
docker pull mcr.microsoft.com/dotnet/sdk:7.0
1010
docker pull mcr.microsoft.com/dotnet/aspnet:7.0-alpine
11-
docker pull ghcr.io/cse-labs/res-edge-webv:0.17
12-
docker pull ghcr.io/cse-labs/res-edge-automation:0.17
11+
docker pull ghcr.io/cse-labs/res-edge-webv:0.18
12+
docker pull ghcr.io/cse-labs/res-edge-automation:0.18
1313

1414
echo "post-start complete"
1515
echo "$(date +'%Y-%m-%d %H:%M:%S') post-start complete" >> "$HOME/status"

.ds/commands/test/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "Running tests on the cluster with both successful and failing requests"
44

55
# Integration.json is executed 5 times to generate more metrics for dashboard
66
docker run --net host --rm \
7-
ghcr.io/cse-labs/res-edge-webv:0.17 \
7+
ghcr.io/cse-labs/res-edge-webv:0.18 \
88
--server "${DS_URL}" \
99
--log-format TsvMin \
1010
--timeout 5 \

.ds/commands/test/integration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Running integration tests on the cluster with failing requests (400 and 40
55
#!/bin/bash
66

77
docker run --net host --rm \
8-
ghcr.io/cse-labs/res-edge-webv:0.17 \
8+
ghcr.io/cse-labs/res-edge-webv:0.18 \
99
--server "${DS_URL}" \
1010
--log-format TsvMin \
1111
--timeout 5 \

.ds/commands/test/load

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Running integration tests on the cluster with failing requests (400 and 40
55
#!/bin/bash
66

77
docker run --net host --rm \
8-
ghcr.io/cse-labs/res-edge-webv:0.17 \
8+
ghcr.io/cse-labs/res-edge-webv:0.18 \
99
--server "${DS_URL}" \
1010
--log-format TsvMin \
1111
--timeout 5 \

.ds/webv-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# webv config
33
###
44

5-
image: ghcr.io/cse-labs/res-edge-webv:0.17
5+
image: ghcr.io/cse-labs/res-edge-webv:0.18
66
server: "${DS_URL}"
77
logformat: TsvMin
88
verbose: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pizza Labs
1+
# Res-Edge Labs
22

33
## Introduction
44

@@ -11,7 +11,7 @@ These labs walks through the rich end-to-end developer experience of KiC. The la
1111
## Prerequisites
1212

1313
- GitHub Codespaces access
14-
- You should have this as a member of cse-labs/pizza-labs
14+
- You should have this as a member of cse-labs/res-edge-labs
1515
- Ping bartr if you have access issues
1616

1717
## GitHub Codespaces

deploy/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
terminationGracePeriodSeconds: 30
2121
containers:
2222
- name: app
23-
image: ghcr.io/cse-labs/res-edge-api:0.17
23+
image: ghcr.io/cse-labs/res-edge-api:0.18
2424
imagePullPolicy: Always
2525
args:
2626
- --run-automation

deploy/mssql/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
terminationGracePeriodSeconds: 30
2121
containers:
2222
- name: mssql
23-
image: ghcr.io/cse-labs/res-edge-sql:0.17
23+
image: ghcr.io/cse-labs/res-edge-sql:0.18
2424
imagePullPolicy: Always
2525
ports:
2626
- containerPort: 1433

0 commit comments

Comments
 (0)