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
When using a tagged version of the code the image tag specified for the manager is always latest, but the payload images are tagged to specific digests. Therefore if I try to use version v0.7.0 it doesn't work because of the changes in the way that the runtimeclass gets created in recent updates.
It would be benefical it the newTag was v0.7.0 in this case. But I understand that that is not a simple fix as the tag gets created as part of the release process.
The text was updated successfully, but these errors were encountered:
Yeah, we have a bit of a cycle here - IIUC the release image of the operator is created by the release process after the tag is done, so if we updated the kustomize to point to this tag before this is cut then I assume that all the tests will fail. I agree that pointing to latest isn't ideal though.
On peer pods we have a similar issue. There we point to the tag (commit SHA) of the latest built cloud-api-adaptor image before the commit that bump the version. It doesn't point to the version tagged image but at least it will be pinned rather than following latest.
When using a tagged version of the code the image tag specified for the manager is always latest, but the payload images are tagged to specific digests. Therefore if I try to use version
v0.7.0
it doesn't work because of the changes in the way that the runtimeclass gets created in recent updates.https://github.com/confidential-containers/operator/blob/v0.7.0/config/manager/kustomization.yaml#L13-L16
It would be benefical it the
newTag
wasv0.7.0
in this case. But I understand that that is not a simple fix as the tag gets created as part of the release process.The text was updated successfully, but these errors were encountered: