From b9447f159c26851ad7199c8d37f31f3009dc62d8 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 18 Jan 2024 13:58:08 +0100 Subject: [PATCH] update titiler-pgstac and tipg versions --- helm-chart/eoapi/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-chart/eoapi/values.yaml b/helm-chart/eoapi/values.yaml index 771ca73b..14acea55 100644 --- a/helm-chart/eoapi/values.yaml +++ b/helm-chart/eoapi/values.yaml @@ -36,7 +36,7 @@ db: enabled: true image: name: ghcr.io/stac-utils/pgstac - tag: v0.7.1 + tag: v0.8.2 command: - "postgres" - "-N" @@ -110,7 +110,7 @@ raster: requestRate: 10000 image: name: ghcr.io/stac-utils/titiler-pgstac - tag: uvicorn-0.4.1 + tag: uvicorn-1.2.0 command: - "uvicorn" - "titiler.pgstac.main:app" @@ -211,7 +211,7 @@ vector: requestRate: 15000 image: name: ghcr.io/developmentseed/tipg - tag: uvicorn-0.2.0 + tag: uvicorn-0.6.1 command: - "uvicorn" - "tipg.main:app"