From a30291e7dfe6cb6cd4c1cfa3bca8bf7da2e3156b Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Mon, 10 Mar 2025 17:22:39 -0700 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2bd159a..0358d3b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -243,8 +243,8 @@ Public keys are available at: https://www.apache.org/dist/pulsar/KEYS For convenience "index.yaml" has been uploaded (though excluded from voting), so you can also run the below commands. -helm repo add --force-update \\ - apache-pulsar-dist-dev https://dist.apache.org/repos/dist/dev/pulsar/helm-chart/$VERSION_RC/ +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