Skip to content

Commit

Permalink
use new nexusjpl/solr image, update solr-create-collection image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonford committed Sep 15, 2020
1 parent 2679e64 commit 48da694
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/solr-create-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ solrInitEnabled: true

solr:
enabled: true
image:
repository: nexusjpl/solr
tag: 8.4.0
replicaCount: 3
volumeClaimTemplates:
storageClassName: hostpath
Expand Down

0 comments on commit 48da694

Please sign in to comment.