OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

imagePullSecrets not available for redis-operator helm chart #188

Open alita1991 opened 4 months ago

alita1991 commented 4 months 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? I fetched the redis-operator helm chart and looked over the "imagePullSecrets" field, that is required for authentication with private registries.

What did you expect to see?

A possible way to configure the redis-operator to fetch the images from private registries.

What did you see instead?

imagePullSecrets field is not present.

civkule commented 1 month ago

any updates on this issue?