solr-operator
solr-operator copied to clipboard
Official Kubernetes operator for Apache Solr
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.23 to 1.7.29. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.29 Welcome to the v1.7.29 release of containerd! The twenty-ninth patch release for containerd 1.7 contains various...
The solrcloud CRD and accompanying helm chart offer ways to set most common `bin/solr` options, but I recently ran into one of the few exceptions: Jetty options/arguments. As far as...
The **cp-solr-xml** init container currently does not configure `readOnlyRootFilesystem: true`. However, this container does not appear to require a writable root filesystem for its functionality. As a result, the container...
The Readiness Probes of the chart always return success as the command of the authenticated wget is always piped into a grep command which always has the return code `0`...
After Installing a Solr-Cloud using a self provided security.json and a Kubernetes Secret supplying the login information for k8s-oper and solr users for the basicAuth the zk-setup init-container completes prematurely....
Currently, there is no way to configure the SecurityContext (including capabilities) for default init containers created by the Solr Operator (e.g., cp-solr-xml, setup-zk). Users can only set SecurityContext for the...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.4 to 3.18.5. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.18.5 is a security release. Users are encouraged to upgrade for the best experience. The community keeps...
Set to true as default, per the PodSpec. Added to tests, changelog and README. See the first note under https://kubernetes.io/docs/tutorials/services/connect-applications-service/#accessing-the-service
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0. Commits 681b4d8 jws: split token into fixed number of parts 3f78298 all: upgrade go directive to at least 1.23.0 [generated] 109dabf endpoints: add links/provider...