Skip to content

Commit 01b1dcf

Browse files
DOC-5223 fixed version shortcode
1 parent 1d38887 commit 01b1dcf

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "v1.6.7"
58+
rdi_current_version = "1.8.0"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ Complete the following steps before installing the RDI Helm chart:
5454
more information).
5555

5656
- Download the RDI Helm chart tar file from the
57-
[Redis download center](https://redis.io/downloads/) (in the *Modules, Tools & Integration* category) .
57+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-{{< rdi-version >}}.tgz) (in the *Modules, Tools & Integration* category) .
5858

5959
```bash
60-
export RDI_VERSION=<version>
60+
export RDI_VERSION={{< rdi-version >}}
6161
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION.tgz
6262
```
6363

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This guide explains how to install Redis Data Integration (RDI) on one or more V
2020
your source database. You can also
2121
[Install RDI on Kubernetes]({{< relref "/integrate/redis-data-integration/installation/install-k8s" >}}).
2222

23-
{{< note >}}We recommend you always use the latest version, which is RDI {{< field "rdi_current_version" >}}.
23+
{{< note >}}We recommend you always use the latest version, which is RDI v{{< rdi-version >}}.
2424
{{< /note >}}
2525

2626
## Create the RDI database
@@ -137,12 +137,12 @@ sudo ufw reload
137137
Follow the steps below for each of your VMs:
138138

139139
1. Download the RDI installer from the
140-
[Redis download center](https://redis.io/downloads/)
140+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-{{< rdi-version >}}.tar.gz)
141141
(from the *Modules, Tools & Integration* category) and extract it to your preferred installation
142142
folder.
143143

144144
```bash
145-
export RDI_VERSION=<version>
145+
export RDI_VERSION={{< rdi-version >}}
146146
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION.tar.gz
147147
tar -xvf rdi-installation-$RDI_VERSION.tar.gz
148148
```

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Follow the steps below to upgrade an existing
2222
[VM installation]({{< relref "/integrate/redis-data-integration/installation/install-vm" >}})
2323
of RDI:
2424

25-
1. Download the RDI installer from the [Redis download center](https://redis.io/downloads/)
25+
1. Download the RDI installer from the [Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-{{< rdi-version >}}.tar.gz)
2626
(in the *Modules, Tools & Integration* category) and extract it to your
2727
preferred installation folder.
2828

2929
```bash
30-
export RDI_VERSION=<version>
30+
export RDI_VERSION={{< rdi-version >}}
3131
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-$RDI_VERSION.tar.gz
3232
tar -xvf rdi-installation-$RDI_VERSION.tar.gz
3333
```
@@ -92,11 +92,11 @@ installation of RDI:
9292
[Using a private image registry]({{< relref "/integrate/redis-data-integration/installation/install-k8s#using-a-private-image-registry" >}})
9393
and add them to your local registry.
9494

95-
1. Download the RDI Helm chart tar file from the [Redis download center](https://redis.io/downloads/)
95+
1. Download the RDI Helm chart tar file from the [Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-{{< rdi-version >}}.tgz)
9696
(in the *Modules, Tools & Integration* category).
9797

9898
```bash
99-
export RDI_VERSION=<version>
99+
export RDI_VERSION={{< rdi-version >}}
100100
wget https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-$RDI_VERSION.tgz
101101
```
102102

layouts/shortcodes/rdi-version.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{- .Site.Params.rdi_current_version -}}

0 commit comments

Comments
 (0)