diff --git a/apis/event/v1beta1/metadata.go b/apis/event/v1beta1/metadata.go index 2f864bdd..27fa62fd 100644 --- a/apis/event/v1beta1/metadata.go +++ b/apis/event/v1beta1/metadata.go @@ -20,6 +20,8 @@ package v1beta1 const ( // MetaRevisionKey is the key used to hold the source artifact revision. MetaRevisionKey string = "revision" + // MetaOriginRevisionKey is the key used to hold the source artifact origin revision. + MetaOriginRevisionKey string = "originRevision" // MetaChecksumKey is the key used to hold the source artifact checksum. // Deprecated: in favor of MetaDigestKey. MetaChecksumKey string = "checksum"