This is an automated email from the ASF dual-hosted git repository. wankai123 pushed a commit to branch update-sw-helm in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 5723aa17314f0ba3869b329f42bfff46919d7f9b Author: wankai123 <[email protected]> AuthorDate: Fri May 22 14:49:24 2026 +0800 update skywalking-helm --- 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:
