feat: update blackbox-exporter

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2021-05-31 19:09:12 +02:00
parent dd5e0fde01
commit d0a4c1c41e
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
description: Prometheus Blackbox Exporter
name: prometheus-blackbox-exporter
version: 1.0.3
appVersion: 0.18.0
version: 1.0.4
appVersion: 0.19.0
home: https://github.com/prometheus/blackbox_exporter
sources:
- https://github.com/prometheus/blackbox_exporter

View File

@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Blackbox-Exporter c
| `extraConfigmapMounts` | Additional configmap mounts | `[]` |
| `extraSecretMounts` | Additional secret mounts | `[]` |
| `image.repository` | container image repository | `prom/blackbox-exporter` |
| `image.tag` | container image tag | `v0.18.0` |
| `image.tag` | container image tag | `v0.19.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `image.pullSecrets` | container image pull secrets | `[]` |
| `ingress.annotations` | Ingress annotations | None |

View File

@ -11,7 +11,7 @@ strategy:
image:
repository: prom/blackbox-exporter
tag: v0.18.0
tag: v0.19.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.