Set status.runtimeImage
value after running function with a new image
#945
Labels
area/serverless
Issues or PRs related to serverless
Description:
Right now we update the
status.runtimeImage
field almost at the beginning of the reconciliation which causes a few disadvantages because for example in this scenario:nodejs18
runtimenodejs20
In such case, we would have in the
status.runtimeImage
field a newer version of an image that is not true because it failed on the build stage and right now on the cluster older version of this function is working.@dbadura suggests that the status should reflect an actual version of the configuration, not the desired one
The text was updated successfully, but these errors were encountered: