@@ -78,7 +78,7 @@ file as described below.
78
78
# ## Using a private image registry
79
79
80
80
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 :
82
82
83
83
- [redis/rdi-api](https://hub.docker.com/r/redis/rdi-api)
84
84
- [redis/rdi-operator](https://hub.docker.com/r/redis/rdi-operator)
@@ -89,12 +89,13 @@ You need the following RDI images:
89
89
90
90
In addition, the RDI Helm chart uses the following 3rd party images:
91
91
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:
93
94
[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` :
95
96
[Reloader](https://github.com/stakater/Reloader), a K8s controller to watch changes to ConfigMaps
96
97
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),
98
99
originally ` registry.k8s.io/ingress-nginx/kube-webhook-certgen/v20221220-controller-v1.5.1-58-g787ea74b6` :
99
100
[kube-webhook-certgen](https://github.com/jet/kube-webhook-certgen), K8s webhook certificate generator and patcher.
100
101
0 commit comments