ai-cfia / howard

The Howard project, named after "The Godfather of Clouds" Luke Howard, orchestrates the Kubernetes-based cloud infrastructure for the Canadian Food Inspection Agency's AI lab, managing applications like Nachet, Finesse, and Louis. It prioritizes robustness, security and efficiency
https://ai-cfia.github.io/howard/
MIT License
3 stars 0 forks source link

As a developer, I would like to have my deployments refresh based on digest tags changes #219

Closed SonOfLope closed 4 months ago

SonOfLope commented 5 months ago

When our deployments are pointing to branches or specific tags and we update those tags, we have to manually delete the pods so that we update the digest of the tag to have latest changes.

To resolve this, we want to deploy https://github.com/argoproj-labs/argocd-image-updater which enables automated updates of deployments based on digest changes from tags.

TODO :