File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 # home
102102 curl --fail http://${NODE_IP}:30000 || failed=1
103103 # API for devlake
104- curl --fail http://${NODE_IP}:30000/api/blueprints || failed=1
104+ curl --fail http://${NODE_IP}:30000/api/ping || failed=1
105105 # API for grafana
106106 curl --fail http://${NODE_IP}:30000/grafana/api/health || failed=1
107107 if [ $failed -eq 0 ] ; then
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ grafana:
134134 external :
135135 url : " "
136136 image :
137- registry : devlake.docker.scarf.sh
138137 repository : apache/devlake-dashboard
139138 tag : v1.0.3-beta13
140139 deploymentStrategy :
@@ -163,7 +162,7 @@ lake:
163162 replicaCount : 1
164163 revisionHistoryLimit : 10
165164 image :
166- repository : devlake.docker.scarf.sh/ apache/devlake
165+ repository : apache/devlake
167166 pullPolicy : Always
168167 # defaults to imageTag; if set, lake.image.tag will override imageTag
169168 # tag:
274273 replicaCount : 1
275274 revisionHistoryLimit : 10
276275 image :
277- repository : devlake.docker.scarf.sh/ apache/devlake-config-ui
276+ repository : apache/devlake-config-ui
278277 pullPolicy : Always
279278 # defaults to imageTag; if set, lake.image.tag will override imageTag
280279 # tag:
You can’t perform that action at this time.
0 commit comments