Skip to content

Commit 0796266

Browse files
authored
feat: update the test image
feat: update the test image
2 parents bcfe14f + 5191365 commit 0796266

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
fetch-depth: 0
9898
- name: Install Kusion
99-
run: curl https://kusionstack.io/scripts/install.sh | bash
99+
run: curl https://www.kusionstack.io/scripts/install.sh | bash
100100
- name: Install Python
101101
uses: actions/setup-python@v4
102102
with:
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
fetch-depth: 0
129129
- name: Install Kusion
130-
run: curl https://kusionstack.io/scripts/install.sh | bash
130+
run: curl https://www.kusionstack.io/scripts/install.sh | bash
131131
- name: Install Python
132132
uses: actions/setup-python@v4
133133
with:

example/multi-stack/dev/main.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ helloworld: ac.AppConfiguration {
55
workload.replicas = 2
66
workload.containers.helloworld: {
77
# dev stack has different app configuration
8-
image = "gcr.io/google-samples/gb-frontend:v5"
8+
image = "nginx:1.14.2"
99
resources = {
1010
"cpu": "250m"
1111
"memory": "256Mi"

example/multi-stack/prod/main.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ helloworld: ac.AppConfiguration {
55
workload.replicas = 3
66
workload.containers.helloworld: {
77
# dev stack has different app configuration
8-
image = "gcr.io/google-samples/gb-frontend:v5"
8+
image = "nginx:1.14.2"
99
resources = {
1010
"cpu": "250m"
1111
"memory": "256Mi"

0 commit comments

Comments
 (0)