Files
instance-template-v3/templates/backup-cronjob.yaml
OdooSky v3 7b3a0cde5d fix(chart/backups): normalize S3 endpoint scheme — close CN parity Bug #4 (Slice 12.4)
awscli --endpoint-url rejects bare hostnames ("scheme is missing").
Tower's migrate path emitted bare s3-cn-gd.ufileos.com for CN
tenants, which booted every scheduled backup pod into Error within
seconds. Chart-side fix: prepend https:// when missing, resilient
to either shape. Bumped 0.1.12 -> 0.1.13.

Render-tested both shapes:
  endpoint: s3-cn-gd.ufileos.com    -> "https://s3-cn-gd.ufileos.com"
  endpoint: https://s3.amazonaws.com -> "https://s3.amazonaws.com"
2026-05-27 22:52:55 +02:00

10 KiB