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 9461dfc Update RELEASE.md
9461dfc is described below
commit 9461dfc28065ce454055e2d18bd2af6a60cc98ee
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 17 14:56:41 2024 -0800
Update RELEASE.md
---
RELEASE.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/RELEASE.md b/RELEASE.md
index 36d162e..8f53fd5 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -399,9 +399,10 @@ Contributors can run below commands to test the Helm Chart
```shell
export VERSION_RC=3.0.0-candidate-1
-helm repo add apache-pulsar-dist-dev
https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/${VERSION_RC}/
+export VERSION_WITHOUT_RC=${VERSION_RC%-candidate-*}
+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 --set
affinity.anti_affinity=false
+helm install pulsar apache-pulsar-dist-dev/pulsar --version
${VERSION_WITHOUT_RC} --set affinity.anti_affinity=false
```
You can then perform any other verifications to check that it works as you
expected by