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
@LucaLanziani the case is reproducible on CI as well:
PR creation and initial deployment works as expected.
Second commit to the same PR works as expected.
Third and subsequent changes are not reflected. SHA of an image is not refreshed by subsequent update calls.
Knative resolve images up to digest (see docs) and it seems that subsequent servingClient.Services(serviceManifest.ObjectMeta.Namespace).Update(ctx, service, metav1.UpdateOptions{}) calls are not recognized as changes (when digest is omitted by the CLI).
My suggestion to solve this issue is to pass to the manifest not only the <image-name>:<image-tag> but extend it to <image-name>:<image-tag>@<digest> and be explicit about the image we would like to deploy.
Changing the code and running
initium-cli onbranch
locally after a pipeline did not change the output of the deployed application.Steps to reproduce
!
to theHello World!
messageinitium-cli onbranch
from your local copy of the repoHello World!!
The text was updated successfully, but these errors were encountered: