Skip to content

Commit c5a10c6

Browse files
committed
fix: github action failed
1 parent f66fa39 commit c5a10c6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/devlake/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -274,7 +273,7 @@ ui:
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:

0 commit comments

Comments
 (0)