diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-20 13:33:51 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-20 13:33:51 -0400 |
commit | f57c0e04db157bbd82e011c46e240c10d92734a3 (patch) | |
tree | f15e78b889401720c1603db11268bbf507b75f23 /scripts/hostclass | |
parent | 0e6158dc5f0d21f6393a7c99abbdba08eb402372 (diff) | |
download | infrastructure-f57c0e04db157bbd82e011c46e240c10d92734a3.tar.gz |
misc updates
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/imap_server/10-solr | 2 | ||||
-rw-r--r-- | scripts/hostclass/imap_server/20-tika | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/hostclass/imap_server/10-solr b/scripts/hostclass/imap_server/10-solr index a30d6fd..7d89ea2 100644 --- a/scripts/hostclass/imap_server/10-solr +++ b/scripts/hostclass/imap_server/10-solr @@ -1,6 +1,6 @@ #!/bin/sh -: ${solr_version:='9.7.0'} +: ${solr_version:='9.8.1'} solr_uid=161 solr_user=solr diff --git a/scripts/hostclass/imap_server/20-tika b/scripts/hostclass/imap_server/20-tika index 3b4aa47..2cde126 100644 --- a/scripts/hostclass/imap_server/20-tika +++ b/scripts/hostclass/imap_server/20-tika @@ -1,6 +1,6 @@ #!/bin/sh -: ${tika_version:='2.9.2'} +: ${tika_version:='3.1.0'} : ${tika_uid:='787'} tika_user=tika |