Merge pull request #65 from ckotzbauer/blackbox-0.19.0
feat: update blackbox-exporter
This commit is contained in:
commit
c6429b679c
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: Prometheus Blackbox Exporter
|
description: Prometheus Blackbox Exporter
|
||||||
name: prometheus-blackbox-exporter
|
name: prometheus-blackbox-exporter
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
appVersion: 0.18.0
|
appVersion: 0.19.0
|
||||||
home: https://github.com/prometheus/blackbox_exporter
|
home: https://github.com/prometheus/blackbox_exporter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/prometheus/blackbox_exporter
|
- https://github.com/prometheus/blackbox_exporter
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Blackbox-Exporter c
|
||||||
| `extraConfigmapMounts` | Additional configmap mounts | `[]` |
|
| `extraConfigmapMounts` | Additional configmap mounts | `[]` |
|
||||||
| `extraSecretMounts` | Additional secret mounts | `[]` |
|
| `extraSecretMounts` | Additional secret mounts | `[]` |
|
||||||
| `image.repository` | container image repository | `prom/blackbox-exporter` |
|
| `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.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||||
| `image.pullSecrets` | container image pull secrets | `[]` |
|
| `image.pullSecrets` | container image pull secrets | `[]` |
|
||||||
| `ingress.annotations` | Ingress annotations | None |
|
| `ingress.annotations` | Ingress annotations | None |
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ strategy:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: prom/blackbox-exporter
|
repository: prom/blackbox-exporter
|
||||||
tag: v0.18.0
|
tag: v0.19.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue