Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-09 14:56:04 +00:00
parent 6f5499e67b
commit dd87ecf768
15 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,15 @@
## [docspell-0.0.3](https://github.com/truecharts/charts/compare/docspell-0.0.2...docspell-0.0.3) (2022-10-09)
### Chore
- Auto-update chart README [skip ci]
## [docspell-0.0.2](https://github.com/truecharts/charts/compare/docspell-0.0.1...docspell-0.0.2) (2022-10-09)
### Chore

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 0.0.59
digest: sha256:9b1c35e1dc3de9b02f7e706340458fa08c5a8b6846b2ff07f68ac91382febeed
generated: "2022-10-09T13:49:54.91539609Z"
generated: "2022-10-09T14:54:10.321800361Z"

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

View File

@ -545,6 +545,7 @@ solr:
existingSecret: solrcreds
solrCores: docspell
solrUsername: docspell
solrEnableAuthentication: "no"
portal:
enabled: true

View File

@ -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 }}