Currently, there are no official up-to-date arm64 Docker images available for Keel. That makes it cumbersome to run Keel on aarch64 machines. This repository contains an automated workflow that checks for new releases of Keel every day. Upon detecting a new release, the workflow builds a multi-architecture Docker image for both amd64 and arm64 architectures and pushes it to DockerHub under the repository fardjad/keel.
You can use this image with the official Helm chart by overriding the image.repository
value:
helm repo add keel https://charts.keel.sh
helm repo update
helm upgrade --install \
keel keel/keel \
--namespace=kube-system \
--set helmProvider.version="v3" \
--set image.repository=fardjad/keel