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