From 2f968f778201522f659419d7de26f7d722c5f591 Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 6 Apr 2024 19:29:03 +0300 Subject: [PATCH 1/2] bump to 0.8.0 Signed-off-by: drfaust92 --- charts/prometheus-pgbouncer-exporter/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-pgbouncer-exporter/Chart.yaml b/charts/prometheus-pgbouncer-exporter/Chart.yaml index 270c7fea610f..9b5d5bd54cea 100644 --- a/charts/prometheus-pgbouncer-exporter/Chart.yaml +++ b/charts/prometheus-pgbouncer-exporter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "v0.7.0" +appVersion: "v0.8.0" description: A Helm chart for prometheus pgbouncer-exporter name: prometheus-pgbouncer-exporter -version: 0.2.0 +version: 0.3.0 home: https://github.com/prometheus-community/pgbouncer_exporter sources: - https://github.com/prometheus-community/pgbouncer_exporter From 0bdbe94825909daf9efbeaf3194c07c0f02c7365 Mon Sep 17 00:00:00 2001 From: zeritti <47476160+zeritti@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:20:36 +0000 Subject: [PATCH 2/2] Make corrections in README Signed-off-by: zeritti <47476160+zeritti@users.noreply.github.com> --- charts/prometheus-pgbouncer-exporter/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/charts/prometheus-pgbouncer-exporter/README.md b/charts/prometheus-pgbouncer-exporter/README.md index cebc571524c8..baca169a200d 100644 --- a/charts/prometheus-pgbouncer-exporter/README.md +++ b/charts/prometheus-pgbouncer-exporter/README.md @@ -1,4 +1,4 @@ -# Prometheus Postgres Exporter +# Prometheus PgBouncer Exporter Prometheus exporter for [PgBouncer](https://www.pgbouncer.org/) server metrics. @@ -10,14 +10,14 @@ This chart bootstraps a prometheus [pgbouncer exporter](https://github.com/prome - Helm 3+ ## Add Helm Chart Repository - + ```console helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update ``` -_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._ - +_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._ + ## Install Chart ```console @@ -38,6 +38,14 @@ This removes all the Kubernetes components associated with the chart and deletes _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation._ +## Upgrading Chart + +```console +helm upgrade [RELEASE_NAME] prometheus-community/prometheus-pgbouncer-exporter --install +``` + +_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._ + ## Configuring See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands: