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:
Aioramu
2025-03-04 10:18:28 +03:00
committed by GitHub
parent 353c702d65
commit f5056c8b66
3 changed files with 8 additions and 4 deletions

View File

@@ -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)