This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new e3300b6d412 Fix image name
e3300b6d412 is described below
commit e3300b6d4125a6121fd32e0673d3979e5ac4d3f8
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jul 6 16:35:59 2026 +0300
Fix image name
---
contribute/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contribute/release-process.md b/contribute/release-process.md
index 1ca2a7c43e8..c848b5839a2 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -759,7 +759,7 @@ regctl image copy apachepulsar/pulsar:$VERSION_WITHOUT_RC
apachepulsar/pulsar:la
for Pulsar &tl;5.0
```shell
-regctl image copy apachepulsar/pulsar:$VERSION_WITHOUT_RC
apachepulsar/pulsar:latest
+regctl image copy apachepulsar/pulsar-all:$VERSION_WITHOUT_RC
apachepulsar/pulsar-all:latest
```
### Release Helm Chart