File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 sleep 1
110110 done
111111 echo "vector service has started, moving on..."
112- while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /_mgmt/ping " | head -n 1)" ]]; do
112+ while [[ -z "$(kubectl get pod | grep "^stac-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /healthz " | head -n 1)" ]]; do
113113 echo "still waiting for stac service to start..."
114114 sleep 1
115115 done
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ stac:
323323 requestRate : 100000m
324324 image :
325325 name : ghcr.io/stac-utils/stac-fastapi-pgstac
326- tag : 3 .0.1
326+ tag : 5 .0.1
327327 command :
328328 - " uvicorn"
329329 - " stac_fastapi.pgstac.app:app"
You can’t perform that action at this time.
0 commit comments