summaryrefslogtreecommitdiff
path: root/pkg/common
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-10 18:10:12 +0200
committerGitHub <noreply@github.com>2020-08-10 18:10:12 +0200
commitff305793f88ec128990c7bed319a6a7ffb1aeddc (patch)
treea6f1ff4352b177853a0d818b65908c14a43171aa /pkg/common
parent522523f7d5cad2c811aebfe7050d08a9b095157d (diff)
refactor: Rename sort option to update-strategy (#28)
Diffstat (limited to 'pkg/common')
-rw-r--r--pkg/common/constants.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/common/constants.go b/pkg/common/constants.go
index 368e32c..782617d 100644
--- a/pkg/common/constants.go
+++ b/pkg/common/constants.go
@@ -22,8 +22,8 @@ const (
// Upgrade strategy related annotations
const (
- MatchOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.match"
- SortOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.sort"
+ MatchOptionAnnotation = ImageUpdaterAnnotationPrefix + "/%s.tag-match"
+ UpdateStrategyAnnotation = ImageUpdaterAnnotationPrefix + "/%s.update-strategy"
)
// Image pull secret related annotations