From 5c823b5ca357e0897b7e50ca0e552dd84a52aa9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Wed, 24 Jul 2019 20:06:15 +0200 Subject: [PATCH] [stable/phabricator] Fix metrics image tag in README.md (#15847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/phabricator] Fix metrics image tag in README.md Signed-off-by: Andrés Bono * Bump chart version Signed-off-by: Andrés Bono --- stable/phabricator/Chart.yaml | 2 +- stable/phabricator/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/phabricator/Chart.yaml b/stable/phabricator/Chart.yaml index 9f912e6352..da0023377e 100644 --- a/stable/phabricator/Chart.yaml +++ b/stable/phabricator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: phabricator -version: 6.1.0 +version: 6.1.1 appVersion: 2019.26.0 description: Collection of open source web applications that help software companies build better software. keywords: diff --git a/stable/phabricator/README.md b/stable/phabricator/README.md index 83295691bb..fa8d07381a 100644 --- a/stable/phabricator/README.md +++ b/stable/phabricator/README.md @@ -96,8 +96,8 @@ The following table lists the configurable parameters of the Phabricator chart a | `podAnnotations` | Pod annotations | `{}` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` | -| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache exporter image tag | `0.7.0-debian-9-r2` | +| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` | +| `metrics.image.tag` | Apache exporter image tag | `{TAG_NAME}` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{prometheus.io/scrape: "true", prometheus.io/port: "9117"}` |