This is an automated email from the ASF dual-hosted git repository.
houston pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git
from a6c7965 Patch Solr resource statuses instead of updating them (#545)
add 89d97d4 Allow customization of ZK Probes (#546)
No new revisions were added by this update.
Summary of changes:
api/v1beta1/solrcloud_types.go | 6 +++
api/v1beta1/zz_generated.deepcopy.go | 6 +++
config/crd/bases/solr.apache.org_solrclouds.yaml | 51 ++++++++++++++++++++++++
controllers/controller_utils_test.go | 14 +++++++
controllers/solrcloud_controller_zk_test.go | 2 +
controllers/util/zk_util.go | 4 ++
helm/solr-operator/Chart.yaml | 7 ++++
helm/solr-operator/crds/crds.yaml | 51 ++++++++++++++++++++++++
helm/solr/README.md | 2 +
helm/solr/templates/solrcloud.yaml | 4 ++
helm/solr/values.yaml | 2 +
11 files changed, 149 insertions(+)