b3169efa35
Updated stx-monitor to use official Elastic 7.6.0 helm-charts for Kibana, Filebeat, Metricbeat and Logstash. This change included updating the helm-elastic tarball sha to the newest release and updating helm-elastic patches accordingly. Patched the charts to support previous stx-monitor functionality and updated the manifest to conform to the new config format. Change-Id: I03b356b2b7acda0fc8336704784bd870252dd5b8
26 lines
746 B
Diff
26 lines
746 B
Diff
From a1ea0a2f488660f9cfbab44a4fb8b163e135ebf5 Mon Sep 17 00:00:00 2001
|
|
From: Kevin Smith <kevin.smith@windriver.com>
|
|
Date: Tue, 8 Oct 2019 13:35:57 -0400
|
|
Subject: [PATCH 1/1] use oss image
|
|
|
|
---
|
|
elasticsearch/values.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml
|
|
index ccab462..f4fca1f 100755
|
|
--- a/elasticsearch/values.yaml
|
|
+++ b/elasticsearch/values.yaml
|
|
@@ -42,7 +42,7 @@ secretMounts: []
|
|
# secretName: elastic-certificates
|
|
# path: /usr/share/elasticsearch/config/certs
|
|
|
|
-image: "docker.elastic.co/elasticsearch/elasticsearch"
|
|
+image: "docker.elastic.co/elasticsearch/elasticsearch-oss"
|
|
imageTag: "7.6.0"
|
|
imagePullPolicy: "IfNotPresent"
|
|
|
|
--
|
|
1.8.3.1
|
|
|