File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
deploy/platform/kubernetes Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ HUB ?= ghcr.io/apache/skywalking-showcase
2626TAG ?= $(shell git rev-parse --short HEAD)
2727
2828BANYANDB_IMAGE ?= ghcr.io/apache/skywalking-banyandb
29- BANYANDB_IMAGE_TAG ?= 030c025f5b559646402fef6142151c79fd8822f8
29+ BANYANDB_IMAGE_TAG ?= 190a7b9bc26a7bcec8c3fbb0aa62b36450664c82
3030STORAGE_CLASS ?= ""
3131
3232ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
3333ES_IMAGE_TAG ?= 7.10.2
3434
3535SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap
36- SW_OAP_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
36+ SW_OAP_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
3737
3838SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui
39- SW_UI_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
39+ SW_UI_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
4040
4141SW_CLI_IMAGE ?= ghcr.io/apache/skywalking-cli/skywalking-cli:bce7faaabbd57ed1f40156af8a8eb6c3eccea4ae
4242SW_EVENT_EXPORTER_IMAGE ?= ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ sources:
2424dependencies :
2525 - name : skywalking-helm
2626 alias : skywalking
27- version : 0.0.0-025d780364ae747b5b543619bd9fde18e14a4987
27+ version : 0.0.0-ea789a5633ad02ab704ddabb92aa067ee7705b09
2828 repository : oci://ghcr.io/apache/skywalking-helm
2929
3030 # @feature: java-agent-injector; the java agent injector is a component of the swck operator, so we need to deploy the swck operator firstly
3131 - name : skywalking-helm-swck-operator
3232 alias : swck
33- version : 0.0.0-025d780364ae747b5b543619bd9fde18e14a4987
33+ version : 0.0.0-ea789a5633ad02ab704ddabb92aa067ee7705b09
3434 repository : oci://ghcr.io/apache/skywalking-helm
3535 condition : features.javaAgentInjector.enabled
3636
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ skywalking:
173173 rootPassword : banyandb
174174 replicaCount : 1
175175 persistence :
176- size : 10Gi
176+ size : 5Gi
177177 storageClass : ~
178178 startupProbe :
179179 enabled : true
You can’t perform that action at this time.
0 commit comments