[stable/phabricator] Fix metrics image tag in README.md (#15847)

* [stable/phabricator] Fix metrics image tag in README.md

Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>

* Bump chart version

Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
This commit is contained in:
Andrés Bono
2019-07-24 11:06:15 -07:00
committed by Kubernetes Prow Robot
parent c01c5768f8
commit 5c823b5ca3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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"}` |