Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
rdi_debezium_server_version = "2.3.0.Final"
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
rdi_cli_latest = "latest"
rdi_current_version = "v1.6.1"
rdi_current_version = "v1.6.2"

[params.clientsConfig]
"Python"={quickstartSlug="redis-py"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ The installation creates the following K8s objects:
You can use this installation on [OpenShift](https://docs.openshift.com/) and other K8s distributions
including cloud providers' K8s managed clusters.

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

## Before you install

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

Expand Down Expand Up @@ -102,7 +104,9 @@ file as described below.

### Using a private image registry

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ ufw allow 9121/tcp # rdi-metric-exporter

Follow the steps below for each of your VMs:

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

1. Go to the installation folder:

Expand Down