Skip to content

Commit e3899bd

Browse files
Merge branch 'main' into stac.overrideRootPath
2 parents 7ef89b4 + 674c54a commit e3899bd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### Fixed
2323

2424
- Fixed `stac.overrideRootPath` empty string handling for stac-auth-proxy integration - empty string now properly omits `--root-path` argument entirely [#307](https://github.com/developmentseed/eoapi-k8s/pull/307)
25+
- Pin `metrics-server` to `bitnamilegacy` registry due to https://github.com/bitnami/charts/issues/35164 [#309](https://github.com/developmentseed/eoapi-k8s/pull/309)
2526

2627
## [0.7.8] - 2025-09-10
2728

charts/eoapi-support/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@ grafana:
170170
default: "eoapi-support-dashboards"
171171

172172
metrics-server:
173+
image:
174+
registry: docker.io
175+
repository: bitnamilegacy/metrics-server
176+
tag: "0.8.0-debian-12-r4"
173177
apiService:
174178
create: true

charts/eoapi/values.yaml

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

0 commit comments

Comments
 (0)