Support Git commit status updates for OCIRepository
#5148
Labels
area/notification
Notification API related issues and pull requests
area/oci
OCI related issues and pull requests
enhancement
New feature or request
Discussed in #5140
Originally posted by xunholy January 9, 2025
Currently it's common practice to include alerts on kustomizations to publish the status back to the origin commit status.
EG.
However, when these kustomizations are using the
OCIRepository
sourceRef the notification-conroller is unable to match the commit SHA in order to place the commit status.Error
One possible solution is to allow the kustomize-controller to forward the OCI annotation called
org.opencontainers.image.revision
to notification-controller so it can extract the revision from the metadata.This would allow for a better user experience and feedback loops when using the
OCIRepository
type, especially in mono repositories where there is a high amount of change.The text was updated successfully, but these errors were encountered: