mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
fix: change svc target port in servicemonitor (#32236)
* fix: change svc target port in servicemonitor The KeyDB service port name did not match the expected name in the ServiceMonitor configuration. This mismatch caused Prometheus to fail to scrape metrics from the KeyDB instance. This commit updates the ServiceMonitor port name to ensure consistency between the Service and ServiceMonitor, allowing Prometheus to correctly discover and collect metrics. Signed-off-by: Aioramu <31703899+Aioramu@users.noreply.github.com> * increase chart version after fix Signed-off-by: Aioramu <31703899+Aioramu@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Aioramu <31703899+Aioramu@users.noreply.github.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.5.0 (2025-02-21)
|
||||
## 0.5.1 (2025-03-03)
|
||||
|
||||
* [bitnami/keydb] Set `usePasswordFiles=true` by default ([#32108](https://github.com/bitnami/charts/pull/32108))
|
||||
* fix: change svc target port in servicemonitor ([#32236](https://github.com/bitnami/charts/pull/32236))
|
||||
|
||||
## 0.5.0 (2025-02-27)
|
||||
|
||||
* [bitnami/keydb] Set `usePasswordFiles=true` by default (#32108) ([68a1f40](https://github.com/bitnami/charts/commit/68a1f4048a6aac040a9a6567508bddf8bbe061a6)), closes [#32108](https://github.com/bitnami/charts/issues/32108)
|
||||
|
||||
## 0.4.0 (2025-02-20)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user