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 315cb8c Add support for extra init command to Broker STS upgrade for
Istio sidecar support. (#688)
315cb8c is described below
commit 315cb8cfcc7a62fbdf8bb33494813bff171e0dc7
Author: Frank J Kelly <[email protected]>
AuthorDate: Wed May 27 03:02:33 2026 -0400
Add support for extra init command to Broker STS upgrade for Istio sidecar
support. (#688)
---
charts/pulsar/templates/broker-statefulset-upgrade.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/charts/pulsar/templates/broker-statefulset-upgrade.yaml
b/charts/pulsar/templates/broker-statefulset-upgrade.yaml
index b0d9984..5552ccd 100644
--- a/charts/pulsar/templates/broker-statefulset-upgrade.yaml
+++ b/charts/pulsar/templates/broker-statefulset-upgrade.yaml
@@ -112,4 +112,7 @@ spec:
else
echo "Chart version $CHART_LABEL is 4.6.0 or newer, skipping
delete"
fi
+ {{- if .Values.extraInitCommand }}
+ {{ .Values.extraInitCommand }}
+ {{- end }}
{{- end }}
\ No newline at end of file