Skip to content

Commit fea5c4c

Browse files
authored
ci: update chart references (#1937)
1 parent f70c855 commit fea5c4c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/integration/minimal-with-team.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,28 @@ teamConfig:
7272
workloads:
7373
- name: nodejs-helloworld
7474
url: https://github.com/linode/apl-nodejs-helloworld.git
75-
path: ./
75+
path: chart/hello-world
7676
revision: HEAD
7777
- name: httpbin
7878
path: charts/httpbin
7979
revision: HEAD
8080
url: https://github.com/linode/apl-core.git
8181
- name: nginx-deployment
82-
path: deployment
82+
path: k8s-deployment
8383
revision: main
84-
selectedChart: deployment
84+
selectedChart: k8s-deployment
8585
url: https://github.com/linode/apl-charts.git
8686
- name: nginx-ksvc
87-
path: ksvc
87+
path: knative-service
8888
revision: main
89-
selectedChart: ksvc
89+
selectedChart: knative-service
9090
url: https://github.com/linode/apl-charts.git
9191
admin:
9292
services: []
9393
workloads:
9494
- name: nodejs-helloworld
9595
url: https://github.com/linode/apl-nodejs-helloworld.git
96-
path: ./
96+
path: chart/hello-world
9797
revision: HEAD
9898
files:
9999
env/teams/workloads/demo/nodejs-helloworld.yaml: |

tests/integration/upgrade.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ teamConfig:
111111
workloads:
112112
- name: nodejs-helloworld
113113
url: https://github.com/linode/apl-nodejs-helloworld.git
114-
path: /
114+
path: chart/hello-world
115115
revision: HEAD
116116
- name: httpbin
117117
path: charts/httpbin
@@ -120,10 +120,10 @@ teamConfig:
120120
- name: nginx-deployment
121121
path: deployment
122122
revision: main
123-
selectedChart: deployment
123+
selectedChart: k8s-deployment
124124
url: https://github.com/linode/apl-charts.git
125125
- name: nginx-ksvc
126-
path: ksvc
126+
path: knative-service
127127
revision: main
128128
selectedChart: ksvc
129129
url: https://github.com/linode/apl-charts.git
@@ -132,7 +132,7 @@ teamConfig:
132132
workloads:
133133
- name: nodejs-helloworld
134134
url: https://github.com/linode/apl-nodejs-helloworld.git
135-
path: /
135+
path: chart/hello-world
136136
revision: HEAD
137137
files:
138138
env/teams/workloads/demo/nodejs-helloworld.yaml: |

0 commit comments

Comments
 (0)