1234567891011121314151617181920212223242526 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/homeassistant_home-assistant
- tag: "2025.9.1"
- # TODO: Remove postgres_13_image in the future
- postgres_13_image:
- repository: postgres
- tag: "13.22"
- postgres_17_image:
- repository: postgres
- tag: 17.6-bookworm
- yq_image:
- repository: mikefarah/yq
- tag: "4.47.1"
- postgres_upgrade_image:
- repository: ixsystems/postgres-upgrade
- tag: 1.0.4
- consts:
- home_assistant_container_name: home-assistant
- perms_container_name: permissions
- init_container_name: init
- postgres_container_name: postgres
- config_path: /config
- ssl_key_path: /ssl/key.pem
- ssl_cert_path: /ssl/cert.pem
|