You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2021/11/12 07:59:30 UTC

[skywalking-showcase] branch fix_wait_for_es updated: add env

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch fix_wait_for_es
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/fix_wait_for_es by this push:
     new 6d61636  add env
6d61636 is described below

commit 6d6163668b68a5a4b6feddc73859338d5fb8ec17
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Fri Nov 12 15:59:21 2021 +0800

    add env
---
 Makefile.in                                               | 2 ++
 deploy/platform/kubernetes/feature-cluster/resources.yaml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 0add014..754304f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,6 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD)
 
 ES_VERSION ?= 7.10.0
 
+BUSYBOX_VERSION ?= 1.30
+
 SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:c9bd79e8bb974e404766e3490c00c7404b9baf1e
 SW_ROCKET_BOT_IMAGE ?= ghcr.io/apache/skywalking/ui:c9bd79e8bb974e404766e3490c00c7404b9baf1e
 
diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index f2dc205..01731bf 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -115,7 +115,7 @@ spec:
       restartPolicy: Never
       initContainers:
         - name: wait-for-es
-          image: busybox:1.30
+          image: busybox:${BUSYBOX_VERSION}
           command:
             - 'sh'
             - '-c'