Erwan Vallienne
Erwan Vallienne
Add options to configure ```duration``` and ```renewBefore``` fields for Certificates resources. Default values are set to cert-manager's default, ```duration = 90d```, and ```renewBefore = 30d```.
This change add ```topologySpreadConstraints``` support to the Helm chart.
**Describe the bug** version-checker seems to not do the comparison properly sometimes, leading to the metrics stating it's not the latest while it is. I haven't tested with other registries,...
This is a regression caused by [#660](https://github.com/apache/solr-operator/pull/660). During the first initialization of SolrCloud, the security.json doesn't exists in Zookeeper, which cause an exception during the ```setup-zk``` initContainer [zkcli.sh command](https://github.com/apache/solr-operator/blob/main/controllers/util/solr_security_util.go#L241) With...