ix_values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/quay.io_invidious_invidious
  4. tag: "2.20250517.0"
  5. sig_helper_image:
  6. repository: quay.io/invidious/inv-sig-helper
  7. tag: latest
  8. postgres_15_image:
  9. repository: postgres
  10. tag: "15.14"
  11. postgres_17_image:
  12. repository: postgres
  13. tag: 17.6-bookworm
  14. git_image:
  15. repository: alpine/git
  16. tag: 2.49.1
  17. yq_image:
  18. repository: mikefarah/yq
  19. tag: 4.47.1
  20. postgres_upgrade_image:
  21. repository: ixsystems/postgres-upgrade
  22. tag: 1.0.4
  23. consts:
  24. db_seed_fetch_container_name: db_seed_fetch
  25. db_seed_apply_container_name: db_seed_apply
  26. config_container_name: config
  27. invidious_container_name: invidious
  28. sig_helper_container_name: signature-helper
  29. postgres_container_name: postgres
  30. perms_container_name: permissions
  31. internal_sig_helper_port: 12999
  32. run_as_user: 1000
  33. run_as_group: 1000
  34. inv_sig_helper_run_as_user: 10001
  35. inv_sig_helper_run_as_group: 10001
  36. config_path: /config
  37. db_name: kemal # Hardcoded in the image
  38. db_user: kemal # Hardcoded in the image