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

wankai123 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 1cff736  update skywalking-helm (#266)
1cff736 is described below

commit 1cff736ef0e389e095b6c2dbffb325747fac82f8
Author: Wan Kai <[email protected]>
AuthorDate: Fri May 22 14:50:40 2026 +0800

    update skywalking-helm (#266)
---
 deploy/platform/kubernetes/Chart.yaml  | 4 ++--
 deploy/platform/kubernetes/values.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/platform/kubernetes/Chart.yaml 
b/deploy/platform/kubernetes/Chart.yaml
index 9b66083..2c843aa 100644
--- a/deploy/platform/kubernetes/Chart.yaml
+++ b/deploy/platform/kubernetes/Chart.yaml
@@ -24,13 +24,13 @@ sources:
 dependencies:
   - name: skywalking-helm
     alias: skywalking
-    version: 0.0.0-da0e267f877b9b8e5f7728ae4ea7dc7723a2a073
+    version: 0.0.0-9a97f2d6f0291a580b00f13ddcc1a03079a23b23
     repository: oci://ghcr.io/apache/skywalking-helm
 
     # @feature: java-agent-injector; the java agent injector is a component of 
the swck operator, so we need to deploy the swck operator firstly
   - name: skywalking-helm-swck-operator
     alias: swck
-    version: 0.0.0-da0e267f877b9b8e5f7728ae4ea7dc7723a2a073
+    version: 0.0.0-9a97f2d6f0291a580b00f13ddcc1a03079a23b23
     repository: oci://ghcr.io/apache/skywalking-helm
     condition: features.javaAgentInjector.enabled
 
diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index b2e5f56..a47b258 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -30,7 +30,7 @@ skywalking:
       promql: 9090
       logql: 3100
       traceql: 3200
-      zipkin: 9411
+      zipkin-receiver: 9411
       zipkin-query: 9412
       metrics: 1234
     env:

Reply via email to