ix_values.yaml 677 B

1234567891011121314151617181920212223242526
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/homeassistant_home-assistant
  4. tag: "2025.9.1"
  5. # TODO: Remove postgres_13_image in the future
  6. postgres_13_image:
  7. repository: postgres
  8. tag: "13.22"
  9. postgres_17_image:
  10. repository: postgres
  11. tag: 17.6-bookworm
  12. yq_image:
  13. repository: mikefarah/yq
  14. tag: "4.47.1"
  15. postgres_upgrade_image:
  16. repository: ixsystems/postgres-upgrade
  17. tag: 1.0.4
  18. consts:
  19. home_assistant_container_name: home-assistant
  20. perms_container_name: permissions
  21. init_container_name: init
  22. postgres_container_name: postgres
  23. config_path: /config
  24. ssl_key_path: /ssl/key.pem
  25. ssl_cert_path: /ssl/cert.pem