Skip to content

Commit aaa7474

Browse files
committed
Upgraded dependencies: stac-fastapi-pgstac and pgstac.
1 parent d0a6478 commit aaa7474

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

helm-chart/eoapi/initdb-data/pgstac-setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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"]),

helm-chart/eoapi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ db:
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"

0 commit comments

Comments
 (0)