Skip to content

Commit 8f12642

Browse files
Merge pull request #1316 from redis/DOC-5011-rdi-better-download-links
DOC-5011 improved download links
2 parents 69dd113 + 98750b4 commit 8f12642

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "v1.6.1"
58+
rdi_current_version = "v1.6.2"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ The installation creates the following K8s objects:
3737
You can use this installation on [OpenShift](https://docs.openshift.com/) and other K8s distributions
3838
including cloud providers' K8s managed clusters.
3939

40-
You can pull the RDI images from
41-
[Docker Hub](https://hub.docker.com/) or from your own [private image registry](#using-a-private-image-registry).
40+
You can pull the RDI images from the
41+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.2.tgz)
42+
or from your own [private image registry](#using-a-private-image-registry).
4243

4344
## Before you install
4445

@@ -49,7 +50,8 @@ Complete the following steps before running Helm:
4950
for the RDI database if you prefer not to use the default password (see
5051
[Access control]({{< relref "/operate/rs/security/access-control" >}}) for
5152
more information).
52-
- Download the RDI helm chart tar file from the [download center](https://cloud.redis.io/#rlec-downloads).
53+
- Download the RDI helm chart tar file from the
54+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.2.tgz).
5355
- If you want to use a private image registry,
5456
[prepare it with the RDI images](#using-a-private-image-registry).
5557

@@ -102,7 +104,9 @@ file as described below.
102104

103105
### Using a private image registry
104106

105-
Add the RDI images from [Docker Hub](https://hub.docker.com/) to your local registry.
107+
Add the RDI images from the
108+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.2.tgz)
109+
to your local registry.
106110
The example below shows how to specify the registry and image pull secret in the
107111
[`values.yaml`](#the-valuesyaml-file) file for the Helm chart:
108112

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ ufw allow 9121/tcp # rdi-metric-exporter
161161

162162
Follow the steps below for each of your VMs:
163163

164-
1. Download the RDI installer from the [Redis download center](https://cloud.redis.io/#/rlec-downloads)
165-
(under the *Modules, Tools & Integration* dropdown)
166-
and extract it to your preferred installation folder.
164+
1. Download the RDI installer from the
165+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-1.6.2.tar.gz)
166+
(from the *Modules, Tools & Integration* category) and extract it to your preferred installation
167+
folder.
167168

168169
1. Go to the installation folder:
169170

0 commit comments

Comments
 (0)