This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch revert in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 4c33e989a737ea3bda58e695291b2b3af72d7d15 Author: kezhenxu94 <[email protected]> AuthorDate: Wed Oct 16 12:50:52 2024 +0800 Revert "disable the istio-proxy inject in r3-load and bump up rover image (#189)" This reverts commit e2dea8a6fc180a121b5527202434c6e551782cba. --- Makefile.in | 2 +- deploy/platform/kubernetes/templates/feature-r3/resources.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 135c2fc..43ebed4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ SW_AGENT_NODEJS_FRONTEND_VERSION ?= 1e31bd17dcebb616163d848fc435f3a2d4822fb8 SW_SATELLITE_IMAGE ?= ghcr.io/apache/skywalking-satellite/skywalking-satellite SW_SATELLITE_IMAGE_TAG ?= v261daa37cfe4abbae6e12ef5706a941b4357b815 -SW_ROVER_IMAGE ?= ghcr.io/apache/skywalking-rover/skywalking-rover:e0fc8f7c72a8b57dab6ea9552d7be2b40b134fe8 +SW_ROVER_IMAGE ?= ghcr.io/apache/skywalking-rover/skywalking-rover:2331dbe091343b9ebb2c74a8c6500af80274fb07 SWCK_OPERATOR_IMAGE ?= docker.io/apache/skywalking-swck SWCK_OPERATOR_IMAGE_TAG ?= v0.7.0 diff --git a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml index ef147cc..1fb1dc9 100644 --- a/deploy/platform/kubernetes/templates/feature-r3/resources.yaml +++ b/deploy/platform/kubernetes/templates/feature-r3/resources.yaml @@ -69,9 +69,6 @@ spec: spec: template: spec: - metadata: - annotations: - sidecar.istio.io/inject: "false" shareProcessNamespace: true containers: - name: r3-load
