Thank you for maintaining this project.
I'm deploying applications to an offline Kubernetes cluster using Helm charts. Since I'm working on a Mac with an ARM architecture (M-series chip), I need to specify the image platform (e.g., linux/arm64) when pulling container images to ensure compatibility. However, I couldn't find any related flags or options in the project documentation to achieve this.
Could someone please advise on how to do this, or point me to the relevant section if I've overlooked it? Thanks in advance!