Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Variables
HELM_REPO_URL=https://devseed.com/eoapi-k8s/
HELM_CHART_NAME=eoapi/eoapi
PGO_CHART_VERSION=5.7.0
PGO_CHART_VERSION=5.7.4

.PHONY: all deploy minikube ingest help

Expand Down
1 change: 1 addition & 0 deletions helm-chart/eoapi/initdb-data/pgstac-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"GRANT pgstac_read TO {username};"
"GRANT pgstac_ingest TO {username};"
"GRANT pgstac_admin TO {username};"
"ALTER USER {username} SET search_path TO pgstac, public;" # add pgstac to search_path by default
).format(
db_name=sql.Identifier(os.environ["POSTGRES_DBNAME"]),
username=sql.Identifier(os.environ["POSTGRES_USER"]),
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ db:
enabled: false
image:
name: ghcr.io/stac-utils/pgstac
tag: v0.8.2
tag: v0.9.5
command:
- "postgres"
- "-N"
Expand Down Expand Up @@ -147,7 +147,7 @@ pgstacBootstrap:
enabled: true
image:
name: ghcr.io/stac-utils/pgstac
tag: v0.8.2
tag: v0.9.5
command:
- "sh"
args:
Expand Down Expand Up @@ -323,7 +323,7 @@ stac:
requestRate: 100000m
image:
name: ghcr.io/stac-utils/stac-fastapi-pgstac
tag: 2.4.9
tag: 3.0.1
command:
- "uvicorn"
- "stac_fastapi.pgstac.app:app"
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/postgrescluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ type: application
# The version below should match the version on the PostgresCluster CRD
# from CrunchyData's Postgres Operator
# https://access.crunchydata.com/documentation/postgres-operator/latest/releases
version: 5.7.0
appVersion: 5.7.0
force: true
version: 5.7.4
appVersion: 5.7.4
force: true