fix(magnum): add missing helm image
diff --git a/images/magnum/Earthfile b/images/magnum/Earthfile
index 645d99c..c309459 100644
--- a/images/magnum/Earthfile
+++ b/images/magnum/Earthfile
@@ -16,6 +16,7 @@
   COPY +build/venv /var/lib/openstack
   DO ../+APT_INSTALL \
     --PACKAGES "haproxy"
+  COPY ../helm+binary/helm /usr/local/bin/helm
   SAVE IMAGE --push \
     ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
     ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF}