From 24ff2969f3889c19298d9d1d0a57eed446d5885f Mon Sep 17 00:00:00 2001 From: Eamon Ford Date: Fri, 4 Sep 2020 15:40:49 -0700 Subject: [PATCH] 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 7ecb2e3a..d95ef82d 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 9d1280dd..b2e1a912 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