File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,20 @@ or from your own [private image registry](#using-a-private-image-registry).
4747Complete the following steps before installing the RDI Helm chart:
4848
4949- [ Create the RDI database] ( #create-the-rdi-database ) on your Redis Enterprise cluster.
50+
5051- Create a [ user] ({{< relref "/operate/rs/security/access-control/create-users" >}})
5152 for the RDI database if you prefer not to use the default password (see
5253 [ Access control] ({{< relref "/operate/rs/security/access-control" >}}) for
5354 more information).
55+
5456- Download the RDI Helm chart tar file from the
5557 [ Redis download center] ( https://redis.io/downloads/ ) (in the * Modules, Tools & Integration* category) .
58+
59+ ``` bash
60+ export RDI_VERSION=< version>
61+ wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
62+ ```
63+
5664- If you want to use a private image registry,
5765 [prepare it with the RDI images](# using-a-private-image-registry).
5866
Original file line number Diff line number Diff line change @@ -95,6 +95,11 @@ installation of RDI:
95951. Download the RDI Helm chart tar file from the [Redis download center](https://redis.io/downloads/)
9696 (in the * Modules, Tools & Integration* category).
9797
98+ ` ` ` bash
99+ export RDI_VERSION=< version>
100+ wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION .tgz
101+ ` ` `
102+
981031. Adapt your ` rdi-values.yaml` file to any changes in the new RDI version if needed.
99104 See also [Upgrading to RDI 1.8.0 or later from an earlier version](# upgrading-to-rdi-180-or-later-from-an-earlier-version).
100105 Before making any changes, save your existing ` rdi-values.yaml` if you need to revert
You can’t perform that action at this time.
0 commit comments