try without auth (#4042)

This commit is contained in:
Stavros Kois
2022-10-09 17:51:19 +03:00
committed by GitHub
parent 616f57377a
commit 993dbcba29
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ sources:
- https://github.com/eikek/docspell
- https://docspell.org/docs/install/docker/
- https://docspell.org/docs/configure/defaults/
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- productivity
@@ -177,7 +177,7 @@ stringData:
enabled = true
backend = "solr"
solr = {
url = {{ printf "http://%v:%v@%v-solr:8983/solr/%v" .Values.solr.solrUsername (.Values.solr.solrPassword | trimAll "\"") .Release.Name .Values.solr.solrCores | quote }}
url = {{ printf "http://%v-solr:8983/solr/%v" .Release.Name .Values.solr.solrCores | quote }}
commit-within = {{ $full_text_search.solr.commit_within }}
log-verbose = {{ $full_text_search.solr.log_verbose }}
def-type = {{ $full_text_search.solr.def_type | quote }}
@@ -566,7 +566,7 @@ stringData:
enabled = true
backend = "solr"
solr = {
url = {{ printf "http://%v:%v@%v-solr:8983/solr/%v" .Values.solr.solrUsername (.Values.solr.solrPassword | trimAll "\"") .Release.Name .Values.solr.solrCores | quote }}
url = {{ printf "http://%v-solr:8983/solr/%v" .Release.Name .Values.solr.solrCores | quote }}
commit-within = {{ $full_text_search.solr.commit_within }}
log-verbose = {{ $full_text_search.solr.log_verbose }}
def-type = {{ $full_text_search.solr.def_type | quote }}
+1
View File
@@ -545,6 +545,7 @@ solr:
existingSecret: solrcreds
solrCores: docspell
solrUsername: docspell
solrEnableAuthentication: "no"
portal:
enabled: true