Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Refactors eoapi-support into core eoapi chart [#262](https://github.com/developmentseed/eoapi-k8s/pull/262)
- Make integration tests fail properly
- Temporarily skip VRT driver in GDALg to avoid https://github.com/OSGeo/gdal/issues/12645

## [0.7.13] - 2025-11-04

Expand Down
1 change: 1 addition & 0 deletions charts/eoapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ raster:
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES: "YES"
GDAL_HTTP_MULTIPLEX: "YES"
GDAL_HTTP_VERSION: "2"
GDAL_SKIP: "VRT" # skip VRT driver to avoid https://github.com/OSGeo/gdal/issues/12645
PYTHONWARNINGS: "ignore"
VSI_CACHE: "TRUE"
VSI_CACHE_SIZE: "5000000" # 5 MB (per file-handle)
Expand Down