wiz-sec/charts

"rollme" annotation of wiz-kubernetes-connector deployment prevents gitops use-cases

Closed this issue · 1 comments

This hard-coded annotation:

rollme: {{ randAlphaNum 5 | quote }}

changes on every rendering of the Helm chart and therefor would trigger a redeployment / rollout on every reconciliation loop of gitops systems. This should be made optional.

Hello @alfredkrohmer
We have just released an update to the chart that replaces the random number annotation with a hash mechanism which should solve this issue.
Feel free to contact us for any help needed.