mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 17:27:28 +00:00
Use OCI standard annotations
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
6b98590461
commit
7dd736954b
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
SourceAnnotation = "source.toolkit.fluxcd.io/url"
|
||||
RevisionAnnotation = "source.toolkit.fluxcd.io/revision"
|
||||
SourceAnnotation = "org.opencontainers.image.source"
|
||||
RevisionAnnotation = "org.opencontainers.image.revision"
|
||||
)
|
||||
|
||||
type Metadata struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue