Introduction of astro deploy --image-name=image_name --remote --runtime-version=rt_version by rujhan-arora-astronomer · Pull Request #1763 · astronomer/astro-cli

Description

Added the support for --image-name flag in the astro deploy command. Internally, it will call the updateDeploymentImage API. No image will be pushed to the registry. The command will be like this -
astro deploy --image-name IMAGE_URL --runtime-version IMAGE_RUNTIME_VERSION

🎟 Issue(s)

https://github.com/astronomer/issues/issues/6859

🧪 Functional Testing

locally

📸 Screenshots

Add screenshots to illustrate the validity of these changes.

Screenshot 2024-12-13 at 5 00 48 PM Screenshot 2024-12-13 at 4 51 08 PM

📋 Checklist

  • Rebased from the main (or release if patching) branch (before testing)
  • Ran make test before taking out of draft
  • Ran make lint before taking out of draft
  • Added/updated applicable tests
  • Tested against Astro-API (if necessary).
  • Tested against Houston-API and Astronomer (if necessary).
  • Communicated to/tagged owners of respective clients potentially impacted by these changes.
  • Updated any related documentation