Skip to content

Commit f568a54

Browse files
authored
Merge pull request #204 from developmentseed/upgrade-stac-fastapi-pgstac-v5.0.2
Upgrade stac-fastapi-pgstac to v5.0.2
2 parents f9ca4d4 + 3c31a77 commit f568a54

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
HELM_VERSION: v3.15.2
12-
PGO_VERSION: 5.5.2
12+
PGO_VERSION: 5.7.4
1313

1414
jobs:
1515
helm-tests:

helm-chart/eoapi/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ stac:
323323
requestRate: 100000m
324324
image:
325325
name: ghcr.io/stac-utils/stac-fastapi-pgstac
326-
tag: 5.0.1
326+
tag: 5.0.2
327327
command:
328328
- "uvicorn"
329329
- "stac_fastapi.pgstac.app:app"
@@ -346,7 +346,6 @@ stac:
346346
PORT: "8080"
347347
# https://www.uvicorn.org/settings/#production
348348
WEB_CONCURRENCY: "5"
349-
DB_MIN_CONN_SIZE: "1"
350349

351350
vector:
352351
enabled: true

0 commit comments

Comments
 (0)