From 49360914454036d12eb5d194d237e84241f77029 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 7 Feb 2026 22:36:09 +0000 Subject: [PATCH] chore(deps): update dependency volker.raschek/prometheus-postgres-exporter to v0.5.6 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 87d6cec..9aa2fa1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ separate [chapter](#argocd). ```bash helm repo add prometheus-postgres-exporters https://git.cryptic.systems/prometheus-exporters helm repo update -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ @@ -49,7 +49,7 @@ helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheu Alternatively, the deployment of the helm charts can also be done via an OCI registry: ```bash -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm install "oci://git.cryptic.systems/volker.raschek/prometheus-postgres-exporter:${CHART_VERSION}" \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ @@ -64,7 +64,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi versions can break something! ```bash -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm show values --version "${CHART_VERSION}" prometheus-exporters/prometheus-postgres-exporter > values.yaml ``` @@ -102,7 +102,7 @@ Further information about this topic can be found in one of Kanishk's blog > Please take care the a CPU limit < `1000m` can also lead to CPU throttling. Please read the linked documentation carefully. ```bash -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ @@ -124,7 +124,7 @@ certification will be skipped by Prometheus. > `tls.key` and `tls.crt` of the secret can be mounted into the container filesystem for TLS authentication / encryption. ```bash -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ @@ -148,7 +148,7 @@ certificate for the metrics exporter - TLS certificate verification can be enabl replaced: ```diff - CHART_VERSION=0.5.5 + CHART_VERSION=0.5.6 helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ @@ -202,7 +202,7 @@ the Grafana container file system so that it is subsequently available to the us makes this possible. ```bash -CHART_VERSION=0.5.5 +CHART_VERSION=0.5.6 helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheus-exporters/prometheus-postgres-exporter \ --set 'config.database.secret.databaseUsername=postgres' \ --set 'config.database.secret.databasePassword=postgres' \ -- 2.49.1