summaryrefslogtreecommitdiff
path: root/pkg/common
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2022-01-11 16:35:51 +0100
committerGitHub <noreply@github.com>2022-01-11 16:35:51 +0100
commite1f65012575eac6cd46fc6fdfc2d1ef03ad9b930 (patch)
tree7e4bd77d6e96ee77d8cd3f383165448c9ad01501 /pkg/common
parent77a6e8f1f8afa1d5b5b5f440dd9341830e14f7ef (diff)
feat: Support manifestlist and multi-arch images (#341)
* feat: Support manifestlist and multi-arch images Signed-off-by: jannfis <jann@mistrust.net> * Add unit test Signed-off-by: jannfis <jann@mistrust.net> * Fix linter issue Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'pkg/common')
-rw-r--r--pkg/common/constants.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/common/constants.go b/pkg/common/constants.go
index 6c7fec3..84f39c8 100644
--- a/pkg/common/constants.go
+++ b/pkg/common/constants.go
@@ -33,6 +33,7 @@ const (
IgnoreTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.ignore-tags"
ForceUpdateOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.force-update"
UpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/%s.update-strategy"
+ PlatformsAnnotation = ImageUpdaterAnnotationPrefix + "/%s.platforms"
)
// Image pull secret related annotations