Remove images from TEC definition & run watchers independently of TECs#246
Remove images from TEC definition & run watchers independently of TECs#246Jakob-Naucke wants to merge 3 commits intotrusted-execution-clusters:mainfrom
Conversation
Move trusteeImage etc. out of the TEC CRD. Treat them as operator-wide, and always use RELATED_IMAGE_TRUSTEE etc. as reference instead of as fallback. Fixes: trusted-execution-clusters#215 Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jakob-Naucke The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
09bd163 to
70daeb6
Compare
Watch ApprovedImages and compute reference values independently of a TEC existing. Adopt ApprovedImages from the TEC in order to include them in uninstallation. Have PCR computation jobs owned by the ApprovedImages. This avoids conflicting watchers on ApprovedImages while using a simple flow. Fixes: trusted-execution-clusters#216 Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
70daeb6 to
051b57c
Compare
|
Let's see if we can get past login without openshift/release#77892 's changes |
|
/retest |
|
/retest |
|
@Jakob-Naucke: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Move trusteeImage etc. out of the TEC CRD. Treat them as
operator-wide, and always use RELATED_IMAGE_TRUSTEE etc. as reference
instead of as fallback.
Fixes: #215
Watch ApprovedImages and compute reference values independently of a
TEC existing. Adopt ApprovedImages from the TEC in order to include
them in uninstallation. Have PCR computation jobs owned by the
ApprovedImages. This avoids conflicting watchers on ApprovedImages
while using a simple flow.
Fixes: #216