try without auth (#4042)
This commit is contained in:
@@ -28,7 +28,7 @@ sources:
|
|||||||
- https://github.com/eikek/docspell
|
- https://github.com/eikek/docspell
|
||||||
- https://docspell.org/docs/install/docker/
|
- https://docspell.org/docs/install/docker/
|
||||||
- https://docspell.org/docs/configure/defaults/
|
- https://docspell.org/docs/configure/defaults/
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ stringData:
|
|||||||
enabled = true
|
enabled = true
|
||||||
backend = "solr"
|
backend = "solr"
|
||||||
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 }}
|
commit-within = {{ $full_text_search.solr.commit_within }}
|
||||||
log-verbose = {{ $full_text_search.solr.log_verbose }}
|
log-verbose = {{ $full_text_search.solr.log_verbose }}
|
||||||
def-type = {{ $full_text_search.solr.def_type | quote }}
|
def-type = {{ $full_text_search.solr.def_type | quote }}
|
||||||
@@ -566,7 +566,7 @@ stringData:
|
|||||||
enabled = true
|
enabled = true
|
||||||
backend = "solr"
|
backend = "solr"
|
||||||
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 }}
|
commit-within = {{ $full_text_search.solr.commit_within }}
|
||||||
log-verbose = {{ $full_text_search.solr.log_verbose }}
|
log-verbose = {{ $full_text_search.solr.log_verbose }}
|
||||||
def-type = {{ $full_text_search.solr.def_type | quote }}
|
def-type = {{ $full_text_search.solr.def_type | quote }}
|
||||||
|
|||||||
@@ -545,6 +545,7 @@ solr:
|
|||||||
existingSecret: solrcreds
|
existingSecret: solrcreds
|
||||||
solrCores: docspell
|
solrCores: docspell
|
||||||
solrUsername: docspell
|
solrUsername: docspell
|
||||||
|
solrEnableAuthentication: "no"
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user