Skip to content

Commit 332cefe

Browse files
authored
fix: move to bitnamilegacy registry (#309)
1 parent a6a8ed5 commit 332cefe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Excluded renovate.json from CHANGELOG.md edits [#301](https://github.com/developmentseed/eoapi-k8s/pull/301)
2121

22+
### Fixed
23+
24+
- Pin `metrics-server` to `bitnamilegacy` registry due to https://github.com/bitnami/charts/issues/35164 [#309](https://github.com/developmentseed/eoapi-k8s/pull/309)
25+
2226
## [0.7.8] - 2025-09-10
2327

2428
### Added

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

0 commit comments

Comments
 (0)