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