Skip to content

Commit 27daa3a

Browse files
committed
Bump up helm and images
Signed-off-by: Gao Hongtao <[email protected]>
1 parent c662222 commit 27daa3a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ HUB ?= ghcr.io/apache/skywalking-showcase
2626
TAG ?= $(shell git rev-parse --short HEAD)
2727

2828
BANYANDB_IMAGE ?= ghcr.io/apache/skywalking-banyandb
29-
BANYANDB_IMAGE_TAG ?= 030c025f5b559646402fef6142151c79fd8822f8
29+
BANYANDB_IMAGE_TAG ?= 190a7b9bc26a7bcec8c3fbb0aa62b36450664c82
3030
STORAGE_CLASS ?= ""
3131

3232
ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
3333
ES_IMAGE_TAG ?= 7.10.2
3434

3535
SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap
36-
SW_OAP_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
36+
SW_OAP_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
3737

3838
SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui
39-
SW_UI_IMAGE_TAG ?= 1249bacbea4ceb5f450b8392c49da02dc588ec57
39+
SW_UI_IMAGE_TAG ?= 3739add599a4e213071d68b1f2e9fbae31b7a6bf
4040

4141
SW_CLI_IMAGE ?= ghcr.io/apache/skywalking-cli/skywalking-cli:bce7faaabbd57ed1f40156af8a8eb6c3eccea4ae
4242
SW_EVENT_EXPORTER_IMAGE ?= ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22

deploy/platform/kubernetes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ sources:
2424
dependencies:
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

deploy/platform/kubernetes/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)