Skip to content

Commit 24ff296

Browse files
committed
use new nexusjpl/solr image, update solr-create-collection image tag
1 parent 2feeebd commit 24ff296

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

helm/templates/solr-create-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- name: solr-create-collection
1818
imagePullPolicy: Always
19-
image: nexusjpl/solr-cloud-init:1.0.1
19+
image: nexusjpl/solr-cloud-init:1.0.2
2020
resources:
2121
requests:
2222
memory: "0.5Gi"

helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ solrInitEnabled: true
105105

106106
solr:
107107
enabled: true
108+
image:
109+
repository: nexusjpl/solr
110+
tag: 8.4.0
108111
replicaCount: 3
109112
volumeClaimTemplates:
110113
storageClassName: hostpath

0 commit comments

Comments
 (0)