From 4391901b64cb7e7a6df0fd3bdf4658d32a73a2b6 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Tue, 8 Oct 2024 14:47:02 +0800 Subject: [PATCH] reback of deploy/yaml/kmesh.yaml Signed-off-by: LiZhenCheng9527 --- deploy/yaml/kmesh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/yaml/kmesh.yaml b/deploy/yaml/kmesh.yaml index 4df739cbe..46d2e2a4f 100644 --- a/deploy/yaml/kmesh.yaml +++ b/deploy/yaml/kmesh.yaml @@ -69,12 +69,12 @@ spec: path: istio-token containers: - name: kmesh - image: ghcr.io/kmesh-net/kmesh:7.5.2 + image: ghcr.io/kmesh-net/kmesh:latest imagePullPolicy: IfNotPresent command: ["/bin/sh", "-c"] args: [ - "./start_kmesh.sh --mode=workload --enable-bypass=false --enable-bpf-log=true --enable-accesslog=true", + "./start_kmesh.sh --mode=workload --enable-bypass=false --enable-bpf-log=true", ] securityContext: privileged: true