diff --git a/charts/eoapi/Chart.yaml b/charts/eoapi/Chart.yaml index e39e49a2..50b86f8a 100644 --- a/charts/eoapi/Chart.yaml +++ b/charts/eoapi/Chart.yaml @@ -46,7 +46,7 @@ version: "0.7.7" # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # We use the stac-fastapi-pgstac version as the app version -appVersion: "5.0.2" +appVersion: "6.0.0" dependencies: - name: postgrescluster diff --git a/charts/eoapi/README.md b/charts/eoapi/README.md index 7d05c59b..939f8432 100644 --- a/charts/eoapi/README.md +++ b/charts/eoapi/README.md @@ -1,6 +1,6 @@ # eoAPI Helm Chart -![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) +![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) A Helm chart for deploying Earth Observation APIs with integrated STAC, raster, vector, and multidimensional services. diff --git a/charts/eoapi/values.yaml b/charts/eoapi/values.yaml index 3453af83..59f37793 100644 --- a/charts/eoapi/values.yaml +++ b/charts/eoapi/values.yaml @@ -369,7 +369,7 @@ stac: requestRate: 100000m image: name: ghcr.io/stac-utils/stac-fastapi-pgstac - tag: 5.0.3 + tag: 6.0.0 command: - "uvicorn" - "stac_fastapi.pgstac.app:app"