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).
47
47
Complete the following steps before installing the RDI Helm chart:
48
48
49
49
- [ Create the RDI database] ( #create-the-rdi-database ) on your Redis Enterprise cluster.
50
+
50
51
- Create a [ user] ({{< relref "/operate/rs/security/access-control/create-users" >}})
51
52
for the RDI database if you prefer not to use the default password (see
52
53
[ Access control] ({{< relref "/operate/rs/security/access-control" >}}) for
53
54
more information).
55
+
54
56
- Download the RDI Helm chart tar file from the
55
57
[ 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
+
56
64
- If you want to use a private image registry,
57
65
[prepare it with the RDI images](# using-a-private-image-registry).
58
66
Original file line number Diff line number Diff line change @@ -95,6 +95,11 @@ installation of RDI:
95
95
1. Download the RDI Helm chart tar file from the [Redis download center](https://redis.io/downloads/)
96
96
(in the * Modules, Tools & Integration* category).
97
97
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
+
98
103
1. Adapt your ` rdi-values.yaml` file to any changes in the new RDI version if needed.
99
104
See also [Upgrading to RDI 1.8.0 or later from an earlier version](# upgrading-to-rdi-180-or-later-from-an-earlier-version).
100
105
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