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

wu-sheng 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 0e2122a  Bump OAP and Horizon UI images (#273)
0e2122a is described below

commit 0e2122a6e63ad3ad80a65ed8130a37c74eba037b
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sat Jun 13 00:03:51 2026 +0800

    Bump OAP and Horizon UI images (#273)
    
    - OAP -> 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
    - Horizon UI -> b94cdf3c5e268813eae45b50907490f38759c14b
    
    Targeted tag bump in Makefile.in and the rendered demo.yaml.
---
 Makefile.in |  4 ++--
 demo.yaml   | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index be61a02..5cdf101 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,10 +33,10 @@ 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
+SW_UI_IMAGE_TAG ?= b94cdf3c5e268813eae45b50907490f38759c14b
 
 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/demo.yaml b/demo.yaml
index 6e5f7d1..843d0f8 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:
@@ -144,7 +144,7 @@ skywalking:
   ui:
     image:
       repository: ghcr.io/apache/skywalking-horizon-ui
-      tag: cc41af231112b6ef7fbbec6c6c1247692e740562
+      tag: b94cdf3c5e268813eae45b50907490f38759c14b
 swck:
   image:
     repository: ghcr.io/apache/skywalking-swck/operator
@@ -1385,7 +1385,7 @@ skywalking:
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/apache/skywalking/oap
-      tag: c9f816a4de32c53e87d4ac27ec2f54c6c1cbe8a4
+      tag: 53cc332752d5b5aa84a0eddf66ccd2a5c1b7d316
     javaOpts: -Xmx2g -Xms2g
     livenessProbe: {}
     name: oap
@@ -1505,7 +1505,7 @@ skywalking:
     image:
       pullPolicy: IfNotPresent
       repository: ghcr.io/apache/skywalking-horizon-ui
-      tag: cc41af231112b6ef7fbbec6c6c1247692e740562
+      tag: b94cdf3c5e268813eae45b50907490f38759c14b
     ingress:
       annotations: {}
       enabled: false
@@ -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:
@@ -3262,7 +3262,7 @@ spec:
       affinity:
       containers:
       - name: ui
-        image: 
ghcr.io/apache/skywalking-horizon-ui:cc41af231112b6ef7fbbec6c6c1247692e740562
+        image: 
ghcr.io/apache/skywalking-horizon-ui:b94cdf3c5e268813eae45b50907490f38759c14b
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8081

Reply via email to