mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
65579a5043
commit
5a4a1f1bbd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user