Commit Graph

6 Commits

Author SHA1 Message Date
d790cd3ec4 fix(secret): enforce basic auth credentials
This patch remove generation of a random string for the username and password of
the basic auth credentials.

The problem with the random generated basic auth credentials is, that this leads
to a new shasum of the secret. GitOps tools like ArgoCD detects a drift trigger
a rolling update.

To avoid this must now the basic auth credentials be defined to enable
prometheus metrics.
2025-10-22 17:14:53 +02:00
334a8b877b feat(secret): support annotations and labels for the basic auth secret
Some checks failed
Release / publish-chart (push) Failing after 46s
2025-09-29 22:54:44 +02:00
413fe95b86 fix(prometheus): add init containers to download plugins
Some checks failed
Release / publish-chart (push) Failing after 31s
The following patch extends the helm chart of additional init containers for
each plugin.
2025-09-20 16:21:40 +02:00
6e38335808 feat(prometheus): add podMonitor and serviceMonitor
This patch adds Prometheus podMonitor and serviceMonitor.
2025-09-20 16:21:16 +02:00
26d6d51418 fix(deployment): add missing data volume
Some checks failed
Release / publish-chart (push) Failing after 11s
2025-07-23 20:41:41 +02:00
b726409caa Initial Commit
Some checks failed
Release / publish-chart (push) Failing after 44s
2025-07-23 18:29:15 +02:00