diff options
| author | jannfis <jann@mistrust.net> | 2020-08-10 18:10:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 18:10:12 +0200 |
| commit | ff305793f88ec128990c7bed319a6a7ffb1aeddc (patch) | |
| tree | a6f1ff4352b177853a0d818b65908c14a43171aa /pkg/common/constants.go | |
| parent | 522523f7d5cad2c811aebfe7050d08a9b095157d (diff) | |
refactor: Rename sort option to update-strategy (#28)
Diffstat (limited to 'pkg/common/constants.go')
| -rw-r--r-- | pkg/common/constants.go | 4 |
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 |
