We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593f540 commit dbae6c1Copy full SHA for dbae6c1
.github/workflows/helm-tests.yml
@@ -111,6 +111,10 @@ jobs:
111
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
113
echo "still waiting for stac service to start..."
114
+ kubectl get pods
115
+ kubectl get jobs
116
+ kubectl get svc
117
+ kubectl get services
118
sleep 1
119
done
120
echo "all services have started, moving on..."
Makefile
@@ -3,7 +3,7 @@
3
# Variables
4
HELM_REPO_URL=https://devseed.com/eoapi-k8s/
5
HELM_CHART_NAME=eoapi/eoapi
6
-PGO_CHART_VERSION=5.7.0
+PGO_CHART_VERSION=5.7.4
7
8
.PHONY: all deploy minikube ingest help
9
0 commit comments