File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
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 3838 "GRANT pgstac_read TO {username};"
3939 "GRANT pgstac_ingest TO {username};"
4040 "GRANT pgstac_admin TO {username};"
41+ "ALTER USER {username} SET search_path TO pgstac, public;" # add pgstac to search_path by default
4142 ).format (
4243 db_name = sql .Identifier (os .environ ["POSTGRES_DBNAME" ]),
4344 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"
@@ -147,7 +147,7 @@ pgstacBootstrap:
147147 enabled : true
148148 image :
149149 name : ghcr.io/stac-utils/pgstac
150- tag : v0.8.2
150+ tag : v0.9.5
151151 command :
152152 - " sh"
153153 args :
@@ -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 : 3.0.1
327327 command :
328328 - " uvicorn"
329329 - " stac_fastapi.pgstac.app:app"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ type: application
55# The version below should match the version on the PostgresCluster CRD
66# from CrunchyData's Postgres Operator
77# https://access.crunchydata.com/documentation/postgres-operator/latest/releases
8- version : 5.7.0
9- appVersion : 5.7.0
10- force : true
8+ version : 5.7.4
9+ appVersion : 5.7.4
10+ force : true
You can’t perform that action at this time.
0 commit comments