Skip to content

Commit

Permalink
[stable/prometheus-postgres-exporter] Bump to prometheus-postgres-exp…
Browse files Browse the repository at this point in the history
…orter 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>
  • Loading branch information
asherf authored and k8s-ci-robot committed Jul 23, 2019
1 parent 77e6916 commit 91098f7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-postgres-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-postgres-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-postgres-exporter/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-postgres-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: wrouesnel/postgres_exporter
tag: v0.5.0
tag: v0.5.1
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 91098f7

Please sign in to comment.