Good morning,
We are evaluating neo4j as a potential solution to run on a large EKS cluster. While setting up the backup/restore workflow, following this guide Back up, aggregate, and restore (online) - Operations Manual, I realised that the image referenced in the helm chart values and available at https://hub.docker.com/r/neo4j/helm-charts-backup is only built for AMD64. Our cluster relies on ARM64 architecture for cost optimisation and I would prefer not provisioning a node specifically to carry out backup operations. Am I missing or misunderstanding something here ? Is there any workaround for this ? Can we expect an ARM64 image in the future?
As a side note, the chart values provided in the documentation reference the imageTag: "2025.09.0", however, the tag on DockerHub is “2025.9.0” (no leading zero). This may be a typo leading to ImagePullBackOff errors.
Thank you.