You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/09/04 22:41:07 UTC

[incubator-sdap-nexus] branch bug_fixes updated: use new nexusjpl/solr image, update solr-create-collection image tag

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/bug_fixes by this push:
     new 24ff296  use new nexusjpl/solr image, update solr-create-collection image tag
24ff296 is described below

commit 24ff2969f3889c19298d9d1d0a57eed446d5885f
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Fri Sep 4 15:40:49 2020 -0700

    use new nexusjpl/solr image, update solr-create-collection image tag
---
 helm/templates/solr-create-collection.yml | 2 +-
 helm/values.yaml                          | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm/templates/solr-create-collection.yml b/helm/templates/solr-create-collection.yml
index 7ecb2e3..d95ef82 100644
--- a/helm/templates/solr-create-collection.yml
+++ b/helm/templates/solr-create-collection.yml
@@ -16,7 +16,7 @@ spec:
       containers:
       - name: solr-create-collection
         imagePullPolicy: Always
-        image: nexusjpl/solr-cloud-init:1.0.1
+        image: nexusjpl/solr-cloud-init:1.0.2
         resources:
           requests:
             memory: "0.5Gi"
diff --git a/helm/values.yaml b/helm/values.yaml
index 9d1280d..b2e1a91 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -105,6 +105,9 @@ solrInitEnabled: true
 
 solr:
   enabled: true
+  image:
+    repository: nexusjpl/solr
+    tag: 8.4.0
   replicaCount: 3
   volumeClaimTemplates:
     storageClassName: hostpath