@@ -37,8 +37,9 @@ The installation creates the following K8s objects:
3737You can use this installation on [ OpenShift] ( https://docs.openshift.com/ ) and other K8s distributions
3838including 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.
106110The 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
0 commit comments