Skip to content

Commit c8535b1

Browse files
committed
Upgraded stac-fastapi-pgstac to 5.0.1.
1 parent 8ef4ec5 commit c8535b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-tests.yml

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

helm-chart/eoapi/values.yaml

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

0 commit comments

Comments
 (0)