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

commit d7cd767283628838d4e9b2236dcd3d0d422e7f4f
Author: JaredTan95 <jian....@daocloud.io>
AuthorDate: Fri Nov 12 15:57:04 2021 +0800

    fix wait for es
---
 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'

Reply via email to