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 3f75320 Update RELEASE.md 3f75320 is described below commit 3f75320f18599ec265a964879ec9ce9098a5e2b5 Author: Lari Hotari <lhot...@apache.org> AuthorDate: Tue Mar 11 02:33:52 2025 +0200 Update RELEASE.md --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0358d3b..241c46d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -247,8 +247,12 @@ helm repo add --force-update apache-pulsar-dist-dev \\ https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/$VERSION_RC/ helm repo update helm install pulsar apache-pulsar-dist-dev/pulsar \\ - --version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false + --version ${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false \\ + --wait --timeout 10m --debug + For observing the deployment progress, you can use the k9s tool to view the cluster state changes in a different terminal window. + The k9s tool is available at https://k9scli.io/topics/install/. + pulsar-${VERSION_WITHOUT_RC}.tgz.prov - is also uploaded for verifying Chart Integrity, though it is not strictly required for releasing the artifact based on ASF Guidelines. You can optionally verify this file using this helm plugin https://github.com/technosophos/helm-gpg, or by using helm --verify (https://helm.sh/docs/helm/helm_verify/).