ix_values.yaml 440 B

123456789101112131415161718192021
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_magicgrants_arti
  4. tag: 1.4.6
  5. config_image:
  6. repository: python
  7. tag: 3.13.7-slim-bookworm
  8. consts:
  9. perms_container_name: perms
  10. config_container_name: config
  11. arti_container_name: arti
  12. run_as_user: 1000
  13. run_as_group: 1000
  14. config_entrypoint: |
  15. #!/bin/sh
  16. mkdir -p /tmp/python
  17. pip install --target=/tmp/python toml
  18. python /setup.py