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

hanahmily 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 27daa3a  Bump up helm and images
27daa3a is described below

commit 27daa3a16a4c0cd0a7e2dc13df4f327bd2e72c83
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon May 12 23:49:44 2025 +0000

    Bump up helm and images
    
    Signed-off-by: Gao Hongtao <[email protected]>
---
 Makefile.in                            | 6 +++---
 deploy/platform/kubernetes/Chart.yaml  | 4 ++--
 deploy/platform/kubernetes/values.yaml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index c44ce25..3c7f6bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,17 +26,17 @@ HUB ?= ghcr.io/apache/skywalking-showcase
 TAG ?= $(shell git rev-parse --short HEAD)
 
 BANYANDB_IMAGE ?= ghcr.io/apache/skywalking-banyandb
-BANYANDB_IMAGE_TAG ?= 030c025f5b559646402fef6142151c79fd8822f8
+BANYANDB_IMAGE_TAG ?= 190a7b9bc26a7bcec8c3fbb0aa62b36450664c82
 STORAGE_CLASS ?= ""
 
 ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
 ES_IMAGE_TAG ?= 7.10.2
 
 SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap
-SW_OAP_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
+SW_OAP_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
 
 SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui
-SW_UI_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
+SW_UI_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
 
 SW_CLI_IMAGE ?= 
ghcr.io/apache/skywalking-cli/skywalking-cli:bce7faaabbd57ed1f40156af8a8eb6c3eccea4ae
 SW_EVENT_EXPORTER_IMAGE ?= 
ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22
diff --git a/deploy/platform/kubernetes/Chart.yaml 
b/deploy/platform/kubernetes/Chart.yaml
index 9444b78..dc961dc 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-025d780364ae747b5b543619bd9fde18e14a4987
+    version: 0.0.0-ea789a5633ad02ab704ddabb92aa067ee7705b09
     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-025d780364ae747b5b543619bd9fde18e14a4987
+    version: 0.0.0-ea789a5633ad02ab704ddabb92aa067ee7705b09
     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 672021b..18a68d2 100644
--- a/deploy/platform/kubernetes/values.yaml
+++ b/deploy/platform/kubernetes/values.yaml
@@ -173,7 +173,7 @@ skywalking:
           rootPassword: banyandb
       replicaCount: 1
       persistence:
-        size: 10Gi
+        size: 5Gi
         storageClass: ~
       startupProbe:
         enabled: true

Reply via email to