@@ -37,8 +37,9 @@ The installation creates the following K8s objects:
37
37
You can use this installation on [ OpenShift] ( https://docs.openshift.com/ ) and other K8s distributions
38
38
including cloud providers' K8s managed clusters.
39
39
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 ) .
42
43
43
44
## Before you install
44
45
@@ -49,7 +50,8 @@ Complete the following steps before running Helm:
49
50
for the RDI database if you prefer not to use the default password (see
50
51
[ Access control] ({{< relref "/operate/rs/security/access-control" >}}) for
51
52
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 ) .
53
55
- If you want to use a private image registry,
54
56
[ prepare it with the RDI images] ( #using-a-private-image-registry ) .
55
57
@@ -102,7 +104,9 @@ file as described below.
102
104
103
105
### Using a private image registry
104
106
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.
106
110
The example below shows how to specify the registry and image pull secret in the
107
111
[ ` values.yaml ` ] ( #the-valuesyaml-file ) file for the Helm chart:
108
112
0 commit comments