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

Bug : Field Name change from securityContext to podSecurityContext #105

Closed shubham-cmyk closed 1 year ago

shubham-cmyk commented 1 year ago

Since we are supporting the security at pod level and container level which is added by : https://github.com/OT-CONTAINER-KIT/redis-operator/pull/518 There is a need to change field name from securityContext to podSecurityContext. Which mention explicitly that security level of it.

securityContext refers to container Level podSecurityContext refers to Pod Level

yahel2410 commented 1 year ago

Hi @shubham-cmyk, I see that the release action is failing for this PR: https://github.com/OT-CONTAINER-KIT/helm-charts/actions/runs/5443308967 I might need this fix since I'm getting Can't open or create append-only dir appendonlydir: Permission denied

shubham-cmyk commented 1 year ago

@yahel2410

I have released all the charts again. I think these charts would be stable now since there is no schema change now.

yahel2410 commented 1 year ago

@shubham-cmyk Thanks, I'll check.

Great project BTW :crown: