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
|
||||
description: Prometheus Blackbox Exporter
|
||||
name: prometheus-blackbox-exporter
|
||||
version: 1.0.1
|
||||
appVersion: 0.16.0
|
||||
version: 1.0.2
|
||||
appVersion: 0.17.0
|
||||
home: https://github.com/prometheus/blackbox_exporter
|
||||
sources:
|
||||
- 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 | `[]` |
|
||||
| `extraSecretMounts` | Additional secret mounts | `[]` |
|
||||
| `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.pullSecrets` | container image pull secrets | `[]` |
|
||||
| `ingress.annotations` | Ingress annotations | None |
|
||||
|
|
|
|||
|
|
@ -11,13 +11,12 @@ strategy:
|
|||
|
||||
image:
|
||||
repository: prom/blackbox-exporter
|
||||
tag: v0.16.0
|
||||
tag: v0.17.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistrKeySecretName
|
||||
|
||||
|
|
@ -98,7 +97,6 @@ replicas: 1
|
|||
serviceMonitors: []
|
||||
## If any, ServiceMonitor CRDs are created for a prometheus operator
|
||||
## https://github.com/coreos/prometheus-operator
|
||||
##
|
||||
## - name: example-com
|
||||
## labels: {}
|
||||
## interval: 30s
|
||||
|
|
|
|||
Loading…
Reference in New Issue