From bb2da8f33f35561f4ca4380214792ffdf1cccf2f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 29 May 2025 10:11:40 +0000 Subject: [PATCH] chore(deps): update dependency volker.raschek/prometheus-postgres-exporter to v0.5.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60db38..8f6c229 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi versions can break something! ```bash -CHART_VERSION=0.4.2 +CHART_VERSION=0.5.1 helm show values prometheus-exporters/prometheus-postgres-exporter --version "${CHART_VERSION}" > values.yaml ```