Skip to content

Commit 46ab546

Browse files
committed
Add wget command for the RDI Helm chart
1 parent 6da2ad7 commit 46ab546

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,20 @@ or from your own [private image registry](#using-a-private-image-registry).
4747
Complete 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

content/integrate/redis-data-integration/installation/upgrade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ installation of RDI:
9595
1. 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+
98103
1. 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

0 commit comments

Comments
 (0)