Skip to content

Commit cd51139

Browse files
Updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6 (#279)
* chore(deps): updated ghcr.io/stac-utils/stac-fastapi-pgstac docker tag to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Felix Delattre <[email protected]>
1 parent 98fc22b commit cd51139

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/eoapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ version: "0.7.7"
4646
# follow Semantic Versioning. They should reflect the version the application is using.
4747
# It is recommended to use it with quotes.
4848
# We use the stac-fastapi-pgstac version as the app version
49-
appVersion: "5.0.2"
49+
appVersion: "6.0.0"
5050

5151
dependencies:
5252
- name: postgrescluster

charts/eoapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eoAPI Helm Chart
22

3-
![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.2](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square)
3+
![Version: 0.7.7](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square)
44

55
A Helm chart for deploying Earth Observation APIs with integrated STAC, raster, vector, and multidimensional services.
66

charts/eoapi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ stac:
369369
requestRate: 100000m
370370
image:
371371
name: ghcr.io/stac-utils/stac-fastapi-pgstac
372-
tag: 5.0.3
372+
tag: 6.0.0
373373
command:
374374
- "uvicorn"
375375
- "stac_fastapi.pgstac.app:app"

0 commit comments

Comments
 (0)