microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
355 stars 27 forks source link

Feature Request: Update initContainer image from AZ CLI #1190

Open onionhammer opened 3 weeks ago

onionhammer commented 3 weeks ago

Is your feature request related to a problem? Please describe.
I would like to be able to update initContainer images from the CLI

Describe the solution you'd like.
Run az containerapp update --init-container-name xxxx --image xxxx

Describe alternatives you've considered.
Using a job, but then it has to be coordinated with upgrading the app.