Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis-replication conflicting spec with CRD version #150

Open
jwitko opened this issue Oct 6, 2023 · 4 comments
Open

redis-replication conflicting spec with CRD version #150

jwitko opened this issue Oct 6, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@jwitko
Copy link

jwitko commented Oct 6, 2023

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 jwitko added the bug Something isn't working label Oct 6, 2023
@jwitko
Copy link
Author

jwitko commented Oct 6, 2023

This relates to #105

@shubham-cmyk
Copy link
Member

@jwitko

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

@jwitko
Copy link
Author

jwitko commented Oct 10, 2023

@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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants