Replies: 1 comment
-
I created #5148 for tracking this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Beta Was this translation helpful? Give feedback.
All reactions