Files
truenas-apps/ix-dev/community/docspell/ix_values.yaml
Stavros Kois 8ecab3e904 default to postgres 18 (#3743)
* default to postgres 18

* bump

* add deprecation.yaml on apps with pg15
2025-12-02 11:44:34 +02:00

37 lines
802 B
YAML

images:
image:
repository: ghcr.io/docspell/restserver
tag: v0.43.0
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
joex_image:
repository: ghcr.io/docspell/joex
tag: v0.43.0
postgres_17_image:
repository: postgres
tag: 17.7-bookworm
postgres_18_image:
repository: postgres
tag: 18.1-trixie
postgres_upgrade_image:
repository: ixsystems/postgres-upgrade
tag: 1.1.2
solr_image:
repository: solr
tag: "9.10.0"
consts:
docspell_container_name: docspell
joex_container_name: joex
solr_container_name: solr
postgres_container_name: postgres
perms_container_name: permissions
db_user: docspell
db_name: docspell
solr_core: docspell
solr_modules: ["analysis-extras"]
joex_internal_port: 7878