Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

[stable/postgresql] Update metrics image to v0.4.7. #11183

Merged
merged 1 commit into from
Feb 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql
version: 3.10.0
version: 3.10.1
appVersion: 10.6.0
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following tables lists the configurable parameters of the PostgreSQL chart a
| `metrics.service.loadBalancerIP` | loadBalancerIP if redis metrics service type is `LoadBalancer` | `nil` |
| `metrics.image.registry` | PostgreSQL Image registry | `docker.io` |
| `metrics.image.repository` | PostgreSQL Image name | `wrouesnel/postgres_exporter` |
| `metrics.image.tag` | PostgreSQL Image tag | `{VERSION}` |
| `metrics.image.tag` | PostgreSQL Image tag | `v0.4.7` |
| `metrics.image.pullPolicy` | PostgreSQL Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify Image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `extraEnv` | Any extra environment variables you would like to pass on to the pod | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion stable/postgresql/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ metrics:
image:
registry: docker.io
repository: wrouesnel/postgres_exporter
tag: v0.4.6
tag: v0.4.7
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
2 changes: 1 addition & 1 deletion stable/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ metrics:
image:
registry: docker.io
repository: wrouesnel/postgres_exporter
tag: v0.4.6
tag: v0.4.7
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down