Skip to content

Commit 501486c

Browse files
committed
Add information about RDI image tags.
1 parent f986f3a commit 501486c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ file as described below.
7878
### Using a private image registry
7979

8080
Add the RDI images from [dockerhub](https://hub.docker.com/u/redis) to your local registry.
81-
You need the following RDI images:
81+
You need the following RDI images with tags matching the RDI version you want to install:
8282

8383
- [redis/rdi-api](https://hub.docker.com/r/redis/rdi-api)
8484
- [redis/rdi-operator](https://hub.docker.com/r/redis/rdi-operator)
@@ -89,12 +89,13 @@ You need the following RDI images:
8989

9090
In addition, the RDI Helm chart uses the following 3rd party images:
9191

92-
- [redislabs/debezium-server](https://hub.docker.com/r/redislabs/debezium-server), originally `quay.io/debezium/server/3.0.8.Final`:
92+
- [redislabs/debezium-server:3.0.8.Final-rdi.1](https://hub.docker.com/r/redislabs/debezium-server),
93+
based on `quay.io/debezium/server/3.0.8.Final` with minor modifications:
9394
[Debezium](https://debezium.io/), an open source distributed platform for change data capture.
94-
- [redis/reloader](https://hub.docker.com/r/redis/reloader), originally `ghcr.io/stakater/reloader:v1.1.0`:
95+
- [redis/reloader:v1.1.0](https://hub.docker.com/r/redis/reloader), originally `ghcr.io/stakater/reloader:v1.1.0`:
9596
[Reloader](https://github.com/stakater/Reloader), a K8s controller to watch changes to ConfigMaps
9697
and Secrets and do rolling upgrades.
97-
- [redis/kube-webhook-certgen](https://hub.docker.com/r/redis/kube-webhook-certgen),
98+
- [redis/kube-webhook-certgen:v20221220-controller-v1.5.1-58-g787ea74b6](https://hub.docker.com/r/redis/kube-webhook-certgen),
9899
originally `registry.k8s.io/ingress-nginx/kube-webhook-certgen/v20221220-controller-v1.5.1-58-g787ea74b6`:
99100
[kube-webhook-certgen](https://github.com/jet/kube-webhook-certgen), K8s webhook certificate generator and patcher.
100101

0 commit comments

Comments
 (0)