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

redis-replication conflicting spec with CRD version #150

Open jwitko opened 11 months ago

jwitko commented 11 months ago

Does this issue reproduce with the latest release? Yes

What did you do? Standard deployment

What did you expect to see? podSecurityContext applied to statefulset for redis-replication chart

What did you see instead? The helm chart was updated to take in the value podSecurityContext instead of securityContext and it provides it as such to the RedisReplication spec. However the CRD version is still v1beta1, which does not recognize .spec.podSecurityContext. This results in the inability to deploy

jwitko commented 11 months ago

This relates to #105

shubham-cmyk commented 11 months ago

@jwitko

The Helm chart of redis replication was not updated. I would push that

jwitko commented 11 months ago

@shubham-cmyk I see the helm chart was not updated but I'm not clear on your last sentence I would push that? Are you saying you will update and push the change?

shubham-cmyk commented 11 months ago

@jwitko I have released the charts can you confirm if the error is still there