OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
728 stars 205 forks source link

Helm Chart CRDs for Redis Operator are not up to date #985

Open alita1991 opened 1 week ago

alita1991 commented 1 week ago

Does this issue reproduce with the latest release? Yes

What operating system and processor architecture are you using (kubectl version)?

kubectl version Output
$ kubectl version
Client Version: v1.29.3

What did you do? Installed the latest redis-operator helm chart

What did you expect to see? redisReplicationPassword field should exist in RedisSentinel CRD

What did you see instead? redisReplicationPassword field is not found in RedisSentinel CRD

Note The CRD update is important to allow Redis Sentinel to connect to Redis Replication, when auth is activated

drivebyer commented 1 week ago

It should be updated along with the next image releases.