summaryrefslogtreecommitdiff
path: root/pkg/common
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-09-27 14:24:30 +0200
committerGitHub <noreply@github.com>2020-09-27 14:24:30 +0200
commit330fa57fd51331b911901d5a31b6956cb080ba0e (patch)
tree4251a3459449b8f1444147c7ed91344297089719 /pkg/common
parent02d580fc6805963e89632fbad3782cf5bfa1e80e (diff)
feat: Allow ignoring set of tags (#101)
* feat: Allow ignoring set of tags * Fix a typo in symbol name * Rename symbol * err must be nil; also print trace message * Update documentation * Update documentation * String is already trimmed
Diffstat (limited to 'pkg/common')
-rw-r--r--pkg/common/constants.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/common/constants.go b/pkg/common/constants.go
index 76bf2bb..847fe39 100644
--- a/pkg/common/constants.go
+++ b/pkg/common/constants.go
@@ -28,8 +28,9 @@ const (
// Upgrade strategy related annotations
const (
- MatchOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.tag-match"
- UpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/%s.update-strategy"
+ MatchOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.tag-match"
+ IgnoreTagsOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.ignore-tags"
+ UpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/%s.update-strategy"
)
// Image pull secret related annotations