Files
truenas-apps/ix-dev/community/firefly-iii/ix_values.yaml
truenasbot 77cd4fad0a chore(deps): update updates-patch-minor (#3777)
* chore(deps): update updates-patch-minor

* pin mongo

* revert

* Apply suggestion from @stavros-k

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-12-04 13:34:45 +02:00

42 lines
985 B
YAML

images:
image:
repository: fireflyiii/core
tag: version-6.4.9
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
importer_image:
repository: fireflyiii/data-importer
tag: version-1.9.1
postgres_15_image:
repository: postgres
tag: 15.15-bookworm
postgres_17_image:
repository: postgres
tag: 17.7-bookworm
postgres_18_image:
repository: postgres
tag: 18.1-trixie
redis_image:
repository: valkey/valkey
tag: 9.0.0
alpine_image:
repository: alpine
tag: "3.23.0"
postgres_upgrade_image:
repository: ixsystems/postgres-upgrade
tag: 1.1.4
consts:
firefly_iii_container_name: firefly-iii
firefly_iii_importer_container_name: importer
firefly_iii_cron_container_name: cron
perms_container_name: permissions
postgres_container_name: postgres
redis_container_name: redis
db_user: firefly
db_name: firefly
run_as_user: 33
run_as_group: 33
internal_web_port: 8080