From e1f65012575eac6cd46fc6fdfc2d1ef03ad9b930 Mon Sep 17 00:00:00 2001 From: jannfis Date: Tue, 11 Jan 2022 16:35:51 +0100 Subject: feat: Support manifestlist and multi-arch images (#341) * feat: Support manifestlist and multi-arch images Signed-off-by: jannfis * Add unit test Signed-off-by: jannfis * Fix linter issue Signed-off-by: jannfis --- pkg/common/constants.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/common/constants.go') 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 -- cgit v1.2.3