From 6be2425591e4da5356086c97acc4c79522a4339d Mon Sep 17 00:00:00 2001 From: Przemek Zglinicki Date: Mon, 15 Jun 2026 11:55:26 +0200 Subject: [PATCH] Update setup scripts domain to pull Redpanda packages from the new Artifact Registry --- .../self-hosted/kubernetes/k-tune-workers.adoc | 4 ++-- modules/deploy/partials/linux/install-console.adoc | 4 ++-- modules/deploy/partials/linux/install-fips.adoc | 2 +- modules/deploy/partials/linux/install-redpanda.adoc | 4 ++-- modules/get-started/pages/install-beta.adoc | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-tune-workers.adoc b/modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-tune-workers.adoc index f5696d4134..3de24080dd 100644 --- a/modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-tune-workers.adoc +++ b/modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-tune-workers.adoc @@ -23,7 +23,7 @@ Fedora/RedHat:: [,bash] ---- # Run the setup script to download and install the repo -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | sudo -E bash && \ +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.rpm.sh' | sudo -E bash && \ # Use yum to install redpanda sudo yum install redpanda -y ---- @@ -35,7 +35,7 @@ Debian/Ubuntu:: [,bash] ---- # Run the setup script to download and install the repo -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 && \ # Use apt to install redpanda sudo apt install redpanda -y ---- diff --git a/modules/deploy/partials/linux/install-console.adoc b/modules/deploy/partials/linux/install-console.adoc index 0a112c1a4c..964c37a214 100644 --- a/modules/deploy/partials/linux/install-console.adoc +++ b/modules/deploy/partials/linux/install-console.adoc @@ -11,7 +11,7 @@ Fedora/RedHat:: -- [,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 && sudo yum install redpanda-console -y ---- @@ -21,7 +21,7 @@ Debian/Ubuntu:: -- [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' | \ +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.deb.sh' | \ sudo -E bash && sudo apt-get install redpanda-console -y ---- diff --git a/modules/deploy/partials/linux/install-fips.adoc b/modules/deploy/partials/linux/install-fips.adoc index 91120ce485..d4ee21595f 100644 --- a/modules/deploy/partials/linux/install-fips.adoc +++ b/modules/deploy/partials/linux/install-fips.adoc @@ -27,7 +27,7 @@ To install Redpanda for FIPS compliance, run: [,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 && sudo yum install redpanda -y ---- diff --git a/modules/deploy/partials/linux/install-redpanda.adoc b/modules/deploy/partials/linux/install-redpanda.adoc index 27c33e1ae2..3da3f3867c 100644 --- a/modules/deploy/partials/linux/install-redpanda.adoc +++ b/modules/deploy/partials/linux/install-redpanda.adoc @@ -27,7 +27,7 @@ Fedora/RedHat:: -- [,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 && sudo yum install redpanda -y ---- @@ -70,7 +70,7 @@ Debian/Ubuntu:: -- [,bash] ---- -curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' | \ +curl -1sLf 'https://linux.pkg.redpanda.com/setup-redpanda.deb.sh' | \ sudo -E bash && sudo apt install redpanda -y ---- diff --git a/modules/get-started/pages/install-beta.adoc b/modules/get-started/pages/install-beta.adoc index cbb1de614d..569cb634dd 100644 --- a/modules/get-started/pages/install-beta.adoc +++ b/modules/get-started/pages/install-beta.adoc @@ -116,7 +116,7 @@ Fedora/RedHat/Amazon Linux:: + ```bash curl -1sLf \ - 'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' + 'https://linux.pkg.redpanda.com/setup-redpanda-unstable.rpm.sh' ``` + . Install Redpanda: @@ -131,7 +131,7 @@ Debian/Ubuntu:: + ```bash curl -1sLf \ - 'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' + 'https://linux.pkg.redpanda.com/setup-redpanda-unstable.deb.sh' ``` + . Get updated package information for your machine: