File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33# Variables
44HELM_REPO_URL =https://devseed.com/eoapi-k8s/
55HELM_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
Original file line number Diff line number Diff line change 3232 "GRANT pgstac_read TO {username};"
3333 "GRANT pgstac_ingest TO {username};"
3434 "GRANT pgstac_admin TO {username};"
35+ "ALTER USER {username} SET search_path TO pgstac, public;" # add pgstac to search_path by default
3536 ).format (
3637 db_name = sql .Identifier (os .environ ["POSTGRES_DBNAME" ]),
3738 username = sql .Identifier (os .environ ["POSTGRES_USER" ]),
Original file line number Diff line number Diff line change 6363 enabled : false
6464 image :
6565 name : ghcr.io/stac-utils/pgstac
66- tag : v0.8.2
66+ tag : v0.9.5
6767 command :
6868 - " postgres"
6969 - " -N"
@@ -323,7 +323,7 @@ stac:
323323 requestRate : 100000m
324324 image :
325325 name : ghcr.io/stac-utils/stac-fastapi-pgstac
326- tag : 2.4.9
326+ tag : 5.0.0
327327 command :
328328 - " uvicorn"
329329 - " stac_fastapi.pgstac.app:app"
You can’t perform that action at this time.
0 commit comments