You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #71, sometimes a user might need to update the deployment (say kubectl apply) and when it happens, the image name is overwritten.
The controller needs to keep track of latest build tags for deployments in each remote.
When any of these deployments' image field gets updated, controller can patch it to the latest build tag.
So, whenever a new build happends, a relevent key should be updated in Remote.Status. Then controller can watch all the tracked deployments and patch when required.
The text was updated successfully, but these errors were encountered:
Hi, I also think automatically tagging with latest or another label (e.g. the name of the branch that was pushed) would be the most convenient workaround for these cases.
As mentioned in #71, sometimes a user might need to update the deployment (say
kubectl apply
) and when it happens, the image name is overwritten.The controller needs to keep track of latest build tags for deployments in each remote.
When any of these deployments'
image
field gets updated, controller can patch it to the latest build tag.So, whenever a new build happends, a relevent key should be updated in
Remote.Status
. Then controller can watch all the tracked deployments and patch when required.The text was updated successfully, but these errors were encountered: