We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ca4d4 + 3c31a77 commit f568a54Copy full SHA for f568a54
.github/workflows/helm-tests.yml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
HELM_VERSION: v3.15.2
12
- PGO_VERSION: 5.5.2
+ PGO_VERSION: 5.7.4
13
14
jobs:
15
helm-tests:
helm-chart/eoapi/values.yaml
@@ -323,7 +323,7 @@ stac:
323
requestRate: 100000m
324
image:
325
name: ghcr.io/stac-utils/stac-fastapi-pgstac
326
- tag: 5.0.1
+ tag: 5.0.2
327
command:
328
- "uvicorn"
329
- "stac_fastapi.pgstac.app:app"
@@ -346,7 +346,6 @@ stac:
346
PORT: "8080"
347
# https://www.uvicorn.org/settings/#production
348
WEB_CONCURRENCY: "5"
349
- DB_MIN_CONN_SIZE: "1"
350
351
vector:
352
enabled: true
0 commit comments