[stable/prometheus-postgres-exporter] Bump to prometheus-postgres-exporter v0.5.1 + use prometheus-postgres-exporter.chart (#15502)

* [stable/prometheus-postgres-exporter] Bump to prometheus-postgres-exporter v0.5.1

Signed-off-by: Asher Foa <asher@asherfoa.com>

* use prometheus-postgres-exporter.chart instead of Chart.Name + .Chart.Version

Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
Asher Foa
2019-07-22 22:38:54 -07:00
committed by Kubernetes Prow Robot
parent 65579a5043
commit 5a4a1f1bbd
6 changed files with 7 additions and 7 deletions
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.5.0"
appVersion: "0.5.1"
description: A Helm chart for prometheus postgres-exporter
name: prometheus-postgres-exporter
version: 0.7.0
version: 0.7.1
home: https://github.com/wrouesnel/postgres_exporter
sources:
- https://github.com/wrouesnel/postgres_exporter
@@ -39,7 +39,7 @@ The following table lists the configurable parameters of the postgres Exporter c
| Parameter | Description | Default |
| ------------------------------- | ------------------------------------------ | ---------------------------------------------------------- |
| `image` | Image | `wrouesnel/postgres_exporter` |
| `imageTag` | Image tag | `v0.5.0` |
| `imageTag` | Image tag | `v0.5.1` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `service.annotations` | annotations for the service | `{}` |
| `service.type` | Service type | `ClusterIP` |
@@ -5,7 +5,7 @@ metadata:
name: {{ template "prometheus-postgres-exporter.fullname" . }}
labels:
app: {{ template "prometheus-postgres-exporter.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
chart: {{ template "prometheus-postgres-exporter.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
annotations:
@@ -5,7 +5,7 @@ metadata:
name: {{ template "prometheus-postgres-exporter.fullname" . }}
labels:
app: {{ template "prometheus-postgres-exporter.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
chart: {{ template "prometheus-postgres-exporter.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
{{- if .Values.rbac.pspEnabled }}
@@ -5,7 +5,7 @@ metadata:
name: {{ template "prometheus-postgres-exporter.fullname" . }}
labels:
app: {{ template "prometheus-postgres-exporter.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
chart: {{ template "prometheus-postgres-exporter.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
roleRef:
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: wrouesnel/postgres_exporter
tag: v0.5.0
tag: v0.5.1
pullPolicy: IfNotPresent
service: