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
commit 100684da127bc03f4a46b9f19dae381f1cc566df Author: Eamon Ford <[email protected]> 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
