update blackbox_exporter to 0.17.0 (#12)
* update blackbox_exporter to 0.17.0 Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com> * switch newlines Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com> * fixed more lint errors Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com> * remove trailing spaces Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
a81a545856
commit
88fcc1ad2f
|
|
@ -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.1
|
version: 1.0.2
|
||||||
appVersion: 0.16.0
|
appVersion: 0.17.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.15.1` |
|
| `image.tag` | container image tag | `v0.17.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,13 +11,12 @@ strategy:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: prom/blackbox-exporter
|
repository: prom/blackbox-exporter
|
||||||
tag: v0.16.0
|
tag: v0.17.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
## Secrets must be manually created in the namespace.
|
## Secrets must be manually created in the namespace.
|
||||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
##
|
|
||||||
# pullSecrets:
|
# pullSecrets:
|
||||||
# - myRegistrKeySecretName
|
# - myRegistrKeySecretName
|
||||||
|
|
||||||
|
|
@ -98,7 +97,6 @@ replicas: 1
|
||||||
serviceMonitors: []
|
serviceMonitors: []
|
||||||
## If any, ServiceMonitor CRDs are created for a prometheus operator
|
## If any, ServiceMonitor CRDs are created for a prometheus operator
|
||||||
## https://github.com/coreos/prometheus-operator
|
## https://github.com/coreos/prometheus-operator
|
||||||
##
|
|
||||||
## - name: example-com
|
## - name: example-com
|
||||||
## labels: {}
|
## labels: {}
|
||||||
## interval: 30s
|
## interval: 30s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue