Skip to content

fardjad/keel-multi-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keel Multi-Arch Image Builder

Synopsis

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.

Usage with the Official Helm Chart

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