This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch update-helm in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit a0c1e5bd2737be88995ff1cbdfbf465e740c7c64 Author: wankai123 <[email protected]> AuthorDate: Wed Jan 14 21:00:39 2026 +0800 update banyandb helm --- Makefile.in | 4 ++-- deploy/platform/kubernetes/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1223d10..24222cf 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 ?= 18de90b143085d7714a316d3ee5685a85ba93fbf +SW_OAP_IMAGE_TAG ?= 176d19096972d0f89c1c25f02a51384ad5cc83c1 SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui -SW_UI_IMAGE_TAG ?= 18de90b143085d7714a316d3ee5685a85ba93fbf +SW_UI_IMAGE_TAG ?= 176d19096972d0f89c1c25f02a51384ad5cc83c1 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 52c5419..0757dab 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-fbe7dfe5659c77925cc7ed40a3d348f90812132b + version: 0.0.0-933ee29a56ff93c07ebd24148184b26d7c1b98bc 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-fbe7dfe5659c77925cc7ed40a3d348f90812132b + version: 0.0.0-933ee29a56ff93c07ebd24148184b26d7c1b98bc repository: oci://ghcr.io/apache/skywalking-helm condition: features.javaAgentInjector.enabled
