Files
truenas-apps/ix-dev/community/kitchenowl/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

26 lines
582 B
YAML

images:
image:
repository: tombursch/kitchenowl
tag: v0.7.4
container_utils_image:
repository: ixsystems/container-utils
tag: 1.0.2
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
consts:
kitchenowl_container_name: kitchenowl
postgres_container_name: postgres
perms_container_name: permissions
db_user: kitchenowl
db_name: kitchenowl
data_path: /data
internal_web_port: 8080