This is an automated email from the ASF dual-hosted git repository.
nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/master by this push:
new 8df07a2 SDAP-364: Upgrade Solr to 8.11.1 (#150)
8df07a2 is described below
commit 8df07a22bf0941cc1fc5b563ca0c80c93eab24ea
Author: Stepheny Perez <[email protected]>
AuthorDate: Fri Dec 17 10:02:51 2021 -0800
SDAP-364: Upgrade Solr to 8.11.1 (#150)
* Bump solr bitnami chart to 2.1.7
* Upgrade solr image tag to 8.11.1
---
docker/solr/Dockerfile | 2 +-
helm/requirements.yaml | 2 +-
helm/values.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docker/solr/Dockerfile b/docker/solr/Dockerfile
index a08579a..5758499 100644
--- a/docker/solr/Dockerfile
+++ b/docker/solr/Dockerfile
@@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM bitnami/solr:8.11.0-debian-10-r0
+FROM bitnami/solr:8.11.1-debian-10-r0
ADD
https://repo1.maven.org/maven2/org/locationtech/jts/jts-core/1.15.0/jts-core-1.15.0.jar
/opt/bitnami/solr/server/solr-webapp/webapp/WEB-INF/lib/jts-core-1.15.0.jar
USER root
RUN chmod a+r
/opt/bitnami/solr/server/solr-webapp/webapp/WEB-INF/lib/jts-core-1.15.0.jar
diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index 360ecdf..d268601 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -8,7 +8,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: solr
- version: 2.1.3
+ version: 2.1.7
repository: https://charts.bitnami.com/bitnami
condition: solr.enabled
- name: cassandra
diff --git a/helm/values.yaml b/helm/values.yaml
index 0a97682..35f72a7 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -120,7 +120,7 @@ solr:
initPodEnabled: true
image:
repository: nexusjpl/solr
- tag: 8.11.0
+ tag: 8.11.1
replicaCount: 3
authentication:
enabled: false