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
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Generate README / generate-parameters (push) Successful in 28s
Markdown linter / markdown-link-checker (push) Successful in 18s
Release / publish-chart (push) Successful in 8s
Markdown linter / markdown-lint (push) Successful in 28s
2025-09-29 22:54:44 +02:00
413fe95b86
fix(prometheus): add init containers to download plugins
...
Generate README / generate-parameters (push) Failing after 15s
Helm / helm-lint (push) Successful in 15s
Helm / helm-unittest (push) Successful in 7s
Markdown linter / markdown-lint (push) Successful in 8s
Release / publish-chart (push) Successful in 8s
Markdown linter / markdown-link-checker (push) Successful in 43s
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
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (push) Successful in 15s
Release / publish-chart (push) Successful in 18s
2025-07-23 20:41:41 +02:00
045b67cbc2
fix(deployment): remove typo
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 16s
Release / publish-chart (push) Successful in 22s
2025-07-23 19:49:24 +02:00
b726409caa
Initial Commit
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (push) Successful in 17s
Release / publish-chart (push) Successful in 20s
2025-07-23 18:29:15 +02:00