Hi, Currently clickhouse-operator is creating clickhouse-log container using busybox image name from: `defaultBusyBoxDockerImage` const How to overwrite this value ? I have environment without internet access and with custom docker registry I tried to create custom clickhouse-log container in podTemplates but without success. I can't find any options also in code: https://github.com/Altinity/clickhouse-operator/blob/0926d00a22be23499d633ce455bc5473a9620d15/pkg/model/creator.go#L993