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

wu-sheng pushed a commit to branch bump-oap-image
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 378b7ed9355d6a808b705418148c45d96d68c1fd
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Jun 12 22:12:41 2026 +0800

    Bump OAP image to 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
    
    Update SW_OAP_IMAGE_TAG and the rendered demo.yaml to the latest OAP build.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
---
 Makefile.in |  2 +-
 demo.yaml   | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index be61a02..c1fb87a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,7 @@ 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 ?= c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+SW_OAP_IMAGE_TAG ?= 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
 
 SW_UI_IMAGE ?= ghcr.io/apache/skywalking-horizon-ui
 SW_UI_IMAGE_TAG ?= cc41af231112b6ef7fbbec6c6c1247692e740562
diff --git a/demo.yaml b/demo.yaml
index 6e5f7d1..665fc3d 100644
--- a/demo.yaml
+++ b/demo.yaml
@@ -1,4 +1,4 @@
-helm -n skywalking-showcase upgrade --install demo . --create-namespace 
--timeout=20m --set skywalking.fullnameOverride=demo --set 
skywalking.banyandb.image.repository=ghcr.io/apache/skywalking-banyandb --set 
skywalking.banyandb.image.tag=c2d925e4eae4d77edda94e1fd438243483960150 
--set-json 
'skywalking.banyandb.storage.liaison.persistentVolumeClaims[0]={"mountTargets":["measure","stream","trace"],"claimName":"liaison-data","size":"10Gi","accessModes":["ReadWriteOnce"],"volumeMode":"Filesy
 [...]
+helm -n skywalking-showcase upgrade --install demo . --create-namespace 
--timeout=20m --set skywalking.fullnameOverride=demo --set 
skywalking.banyandb.image.repository=ghcr.io/apache/skywalking-banyandb --set 
skywalking.banyandb.image.tag=c2d925e4eae4d77edda94e1fd438243483960150 
--set-json 
'skywalking.banyandb.storage.liaison.persistentVolumeClaims[0]={"mountTargets":["measure","stream","trace"],"claimName":"liaison-data","size":"10Gi","accessModes":["ReadWriteOnce"],"volumeMode":"Filesy
 [...]
 Release "demo" does not exist. Installing it now.
 NAME: demo
 LAST DEPLOYED: Thu Jun 11 17:18:40 2026
@@ -134,7 +134,7 @@ skywalking:
   oap:
     image:
       repository: ghcr.io/apache/skywalking/oap
-      tag: c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+      tag: 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
     replicas: 2
     storageType: banyandb
   satellite:
@@ -1385,7 +1385,7 @@ skywalking:
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/apache/skywalking/oap
-      tag: c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+      tag: 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
     javaOpts: -Xmx2g -Xms2g
     livenessProbe: {}
     name: oap
@@ -1603,7 +1603,7 @@ spec:
         command: ['sh', '-c', 'for i in $(seq 1 60); do curl -k 
demo-banyandb-http:17913/api/healthz && exit 0 || sleep 5; done; exit 1']
       containers:
       - name: oap
-        image: 
ghcr.io/apache/skywalking/oap:c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+        image: 
ghcr.io/apache/skywalking/oap:53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
         imagePullPolicy: IfNotPresent
         env:
         - name: JAVA_OPTS
@@ -3004,7 +3004,7 @@ spec:
         command: ['sh', '-c', 'for i in $(seq 1 60); do curl -k 
demo-banyandb-http:17913/api/healthz && exit 0 || sleep 5; done; exit 1']
       containers:
       - name: oap
-        image: 
ghcr.io/apache/skywalking/oap:c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+        image: 
ghcr.io/apache/skywalking/oap:53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
         imagePullPolicy: IfNotPresent
         livenessProbe:
           tcpSocket:

Reply via email to