File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
with :
97
97
fetch-depth : 0
98
98
- name : Install Kusion
99
- run : curl https://kusionstack.io/scripts/install.sh | bash
99
+ run : curl https://www. kusionstack.io/scripts/install.sh | bash
100
100
- name : Install Python
101
101
uses : actions/setup-python@v4
102
102
with :
@@ -127,7 +127,7 @@ jobs:
127
127
with :
128
128
fetch-depth : 0
129
129
- name : Install Kusion
130
- run : curl https://kusionstack.io/scripts/install.sh | bash
130
+ run : curl https://www. kusionstack.io/scripts/install.sh | bash
131
131
- name : Install Python
132
132
uses : actions/setup-python@v4
133
133
with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ helloworld: ac.AppConfiguration {
5
5
workload.replicas = 2
6
6
workload.containers.helloworld: {
7
7
# dev stack has different app configuration
8
- image = "gcr.io/google-samples/gb-frontend:v5 "
8
+ image = "nginx:1.14.2 "
9
9
resources = {
10
10
"cpu": "250m"
11
11
"memory": "256Mi"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ helloworld: ac.AppConfiguration {
5
5
workload.replicas = 3
6
6
workload.containers.helloworld: {
7
7
# dev stack has different app configuration
8
- image = "gcr.io/google-samples/gb-frontend:v5 "
8
+ image = "nginx:1.14.2 "
9
9
resources = {
10
10
"cpu": "250m"
11
11
"memory": "256Mi"
You can’t perform that action at this time.
0 commit comments