Skip to content

Commit

Permalink
Bump blackbox exporter to v0.19.0 (prometheus-community#999)
Browse files Browse the repository at this point in the history
`no_follow_redirects` has been deprecated and replaced
with `follow_redirects` in backbox exporter v0.19.0

Signed-off-by: Christian Zenker <[email protected]>
  • Loading branch information
czenker authored May 25, 2021
1 parent 18de98e commit f905bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-blackbox-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Prometheus Blackbox Exporter
name: prometheus-blackbox-exporter
version: 4.12.0
appVersion: 0.18.0
version: 4.13.0
appVersion: 0.19.0
home: https://github.com/prometheus/blackbox_exporter
sources:
- https://github.com/prometheus/blackbox_exporter
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-blackbox-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ strategy:

image:
repository: prom/blackbox-exporter
tag: v0.18.0
tag: v0.19.0
pullPolicy: IfNotPresent

## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -99,7 +99,7 @@ config:
timeout: 5s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2.0"]
no_follow_redirects: false
follow_redirects: true
preferred_ip_protocol: "ip4"

# Set custom config path, other than default /config/blackbox.yaml. If let empty, path will be "/config/blackbox.yaml"
Expand Down

0 comments on commit f905bb8

Please sign in to comment.