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 08:12:52 UTC

[skywalking-showcase] branch main updated: Fix wait for es (#2)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7182566  Fix wait for es (#2)
7182566 is described below

commit 7182566e721202a0caaf3b14bba4f21f12ec4802
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Fri Nov 12 16:12:47 2021 +0800

    Fix wait for es (#2)
    
    * fix wait for es
    
    * add env
    
    * revert
---
 deploy/platform/kubernetes/feature-cluster/resources.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index d385a41..f2dc205 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: docker.elastic.co/elasticsearch/elasticsearch-oss:${ES_VERSION}
+          image: busybox:1.30
           command:
             - 'sh'
             - '-c'