From a39d4230ca9812661efe3daccd92bb51fbcf0b6f Mon Sep 17 00:00:00 2001 From: Denis Baryshev Date: Fri, 18 Sep 2020 16:35:54 +0300 Subject: [PATCH] fix http_2xx defaults (#101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Denis Baryshev Signed-off-by: André Bauer --- charts/prometheus-blackbox-exporter/Chart.yaml | 2 +- charts/prometheus-blackbox-exporter/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-blackbox-exporter/Chart.yaml b/charts/prometheus-blackbox-exporter/Chart.yaml index dc931c620ba4..09af82898004 100644 --- a/charts/prometheus-blackbox-exporter/Chart.yaml +++ b/charts/prometheus-blackbox-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Prometheus Blackbox Exporter name: prometheus-blackbox-exporter -version: 4.5.1 +version: 4.5.2 appVersion: 0.17.0 home: https://github.com/prometheus/blackbox_exporter sources: diff --git a/charts/prometheus-blackbox-exporter/values.yaml b/charts/prometheus-blackbox-exporter/values.yaml index b7db0e0a6180..3fae201dfcb7 100644 --- a/charts/prometheus-blackbox-exporter/values.yaml +++ b/charts/prometheus-blackbox-exporter/values.yaml @@ -52,7 +52,7 @@ config: prober: http timeout: 5s http: - valid_http_versions: ["HTTP/1.1", "HTTP/2"] + valid_http_versions: ["HTTP/1.1", "HTTP/2.0"] no_follow_redirects: false preferred_ip_protocol: "ip4"