From a0168f2fcd3aec0369f08c4ae29dc8a7dab3f258 Mon Sep 17 00:00:00 2001 From: Przemek Zglinicki Date: Wed, 20 May 2026 12:52:55 +0200 Subject: [PATCH] Update setup scripts domain to pull Redpanda packages from the new Artifact Registry The request should be merged during the transition to the new artifact registry. Co-Authored-By: Claude Sonnet 4.6 --- modules/get-started/pages/quickstarts/rpk.adoc | 4 ++-- modules/install/pages/rpk.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/get-started/pages/quickstarts/rpk.adoc b/modules/get-started/pages/quickstarts/rpk.adoc index f5b1c050..feb46df8 100644 --- a/modules/get-started/pages/quickstarts/rpk.adoc +++ b/modules/get-started/pages/quickstarts/rpk.adoc @@ -43,7 +43,7 @@ sudo dnf upgrade + [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | \ +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.rpm.sh' | \ sudo -E bash ---- . Install Redpanda packages for FIPS compliance. @@ -81,7 +81,7 @@ sudo apt upgrade + [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' | sudo -E bash +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.deb.sh' | sudo -E bash ---- . Install Redpanda packages for FIPS compliance. + diff --git a/modules/install/pages/rpk.adoc b/modules/install/pages/rpk.adoc index ff31b91e..067f07ff 100644 --- a/modules/install/pages/rpk.adoc +++ b/modules/install/pages/rpk.adoc @@ -35,7 +35,7 @@ sudo dnf upgrade + [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | \ +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.rpm.sh' | \ sudo -E bash ---- . Install Redpanda packages for FIPS compliance. @@ -70,7 +70,7 @@ sudo apt upgrade + [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' | sudo -E bash +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.deb.sh' | sudo -E bash ---- . Install Redpanda packages for FIPS compliance. +