From 19248c11e9936d0e81c91cd824ff0b798dd000ee Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 10 Oct 2018 09:46:52 -0500 Subject: [PATCH] Nagios: Update image with Elasticsearch plugin headers This updates the Nagios image to include an update to the Elasticsearch plugin that adds the appropriate headers to the request sent to Elasticsearch. As Elasticsearch >=6.0 no longer tries to determine the request data type, we need to explicitly tell Elasticsearch the request body is JSON. Since we use Elasticsearch 5.6.4 as default, this change will make the deprecation warnings for the 6.0 breaking change go away. Change-Id: I0dbd8859ca8d0bd0893832b4edd92742e575598b --- nagios/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/values.yaml b/nagios/values.yaml index 83fd664c4..b29f3c783 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -19,7 +19,7 @@ images: tags: apache_proxy: docker.io/httpd:2.4 - nagios: quay.io/attcomdev/nagios:389472c05ea4bc9f9b9e407e05e17527bfdce3cc + nagios: quay.io/attcomdev/nagios:98ca738ce770b375b2bcffe1267969d7c3709893 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 image_repo_sync: docker.io/docker:17.07.0 pull_policy: IfNotPresent