Compare commits

...

2 Commits

Author SHA1 Message Date
volker.raschek 7c54e3f064 docs(README): update helm chart repository URL
Generate README / generate-parameters (push) Successful in 23s
Markdown linter / markdown-lint (push) Successful in 14s
Markdown linter / markdown-link-checker (push) Successful in 46s
2026-05-03 21:02:30 +02:00
volker.raschek b23e3bda39 revert(README): update badge
This reverts commit 950c3377c1.
2026-05-03 21:01:20 +02:00
+2 -2
View File
@@ -1,6 +1,6 @@
# Prometheus PostgreSQL exporter
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus-postgres-exporter)](https://artifacthub.io/packages/search?repo=prometheus-postgres-exporter)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus-exporters)](https://artifacthub.io/packages/search?repo=prometheus-exporters)
> [!NOTE]
> This is not the official *community* helm chart of the Prometheus metric exporter for PostgreSQL databases. If you are
@@ -35,7 +35,7 @@ separate [chapter](#argocd).
> time is not possible.
```bash
helm repo add prometheus-exporters https://git.cryptic.systems/api/packages/volker.raschek/helm
helm repo add prometheus-exporters https://charts.cryptic.systems/prometheus-exporters
helm repo update
CHART_VERSION=0.5.12
helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \