This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 05bcfe1 Upgrade appVersion to 4.0.10 so that Pulsar 4.0.10 image is
used by default (#677)
05bcfe1 is described below
commit 05bcfe1c846d0a2b93d3c8b468167f15c5251697
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Apr 27 17:42:59 2026 +0300
Upgrade appVersion to 4.0.10 so that Pulsar 4.0.10 image is used by default
(#677)
---
.ci/clusters/values-pulsar-previous-lts.yaml | 2 +-
charts/pulsar/Chart.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/clusters/values-pulsar-previous-lts.yaml
b/.ci/clusters/values-pulsar-previous-lts.yaml
index 3a22f2d..ddb233c 100644
--- a/.ci/clusters/values-pulsar-previous-lts.yaml
+++ b/.ci/clusters/values-pulsar-previous-lts.yaml
@@ -17,7 +17,7 @@
# under the License.
#
-defaultPulsarImageTag: 3.0.16
+defaultPulsarImageTag: 3.0.17
# Pulsar 3.0.x runs on JDK 17, which doesn't support -XX:+ZGeneration,
therefore it's necessary to
# override the PULSAR_GC options to use ZGC.
diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml
index 8d87cf8..b8ad595 100644
--- a/charts/pulsar/Chart.yaml
+++ b/charts/pulsar/Chart.yaml
@@ -18,7 +18,7 @@
#
apiVersion: v2
-appVersion: "4.0.9"
+appVersion: "4.0.10"
description: Apache Pulsar Helm chart for Kubernetes
name: pulsar
version: 4.5.0