
Use debian method to apply local patches instead of patching in rules. Add "dl_path" and "src_files" in meta_data.yaml to download tarball and copy local files. No need dl_hook Test Plan: Pass: successfully build monitor-helm-elastic. Pass: No difference comparing with the result of dl_hook Story: 2009101 Task: 43838 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Change-Id: I068f3ae0cbf9e0661abc12adcec005be145f2462
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
|
|
|