Skip to content

Commit dbae6c1

Browse files
committed
foo
1 parent 593f540 commit dbae6c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/helm-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
echo "vector service has started, moving on..."
112112
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
113113
echo "still waiting for stac service to start..."
114+
kubectl get pods
115+
kubectl get jobs
116+
kubectl get svc
117+
kubectl get services
114118
sleep 1
115119
done
116120
echo "all services have started, moving on..."

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Variables
44
HELM_REPO_URL=https://devseed.com/eoapi-k8s/
55
HELM_CHART_NAME=eoapi/eoapi
6-
PGO_CHART_VERSION=5.7.0
6+
PGO_CHART_VERSION=5.7.4
77

88
.PHONY: all deploy minikube ingest help
99

0 commit comments

Comments
 (0)