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

liuhan 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 74b497c  Bump up and adapt to the latest skywalking-helm (#238)
74b497c is described below

commit 74b497c5e99c09403f80b6a711c90b74b1b055c9
Author: mrproliu <[email protected]>
AuthorDate: Tue Jan 27 16:25:45 2026 +0800

    Bump up and adapt to the latest skywalking-helm (#238)
---
 deploy/platform/kubernetes/Chart.yaml  |  2 +-
 deploy/platform/kubernetes/values.yaml | 24 ++++++++++++++++--------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/deploy/platform/kubernetes/Chart.yaml 
b/deploy/platform/kubernetes/Chart.yaml
index 65f1a87..be9eb04 100644
--- a/deploy/platform/kubernetes/Chart.yaml
+++ b/deploy/platform/kubernetes/Chart.yaml
@@ -24,7 +24,7 @@ sources:
 dependencies:
   - name: skywalking-helm
     alias: skywalking
-    version: 0.0.0-72ea308653ab7fd9889065dd15880e34871b8ab3
+    version: 0.0.0-51c5d39635fdd956083913d7994ed9f031f38689
     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
diff --git a/deploy/platform/kubernetes/values.yaml 
b/deploy/platform/kubernetes/values.yaml
index 3dc422b..fe82277 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -315,19 +315,27 @@ skywalking:
         agent:
           resources:
             requests:
-              cpu: 200m
-              memory: 128Mi
+              - key: cpu
+                value: 200m
+              - key: memory
+                value: 128Mi
             limits:
-              cpu: 500m
-              memory: 256Mi
+              - key: cpu
+                value: 500m
+              - key: memory
+                value: 256Mi
         proxy:
           resources:
             requests:
-              cpu: 200m
-              memory: 128Mi
+              - key: cpu
+                value: 200m
+              - key: memory
+                value: 128Mi
             limits:
-              cpu: 500m
-              memory: 256Mi
+              - key: cpu
+                value: 500m
+              - key: memory
+                value: 256Mi
     storage:
       liaison:
         enabled: true

Reply via email to