@@ -126,7 +126,7 @@ You can define the update strategy for each image independently by setting the
126126following annotation to an appropriate value :
127127
128128` ` ` yaml
129- argocd-image-updater.argoproj.io/<image_name >.update-strategy: <strategy>
129+ argocd-image-updater.argoproj.io/<image_alias >.update-strategy: <strategy>
130130` ` `
131131
132132If no update strategy is given, or an invalid value was used, the default
@@ -151,7 +151,7 @@ only consider tags that you are generally interested in.
151151You can define a tag filter by using the following annotation :
152152
153153` ` ` yaml
154- argocd-image-updater.argoproj.io/<image_name >.allow-tags: <match_func>
154+ argocd-image-updater.argoproj.io/<image_alias >.allow-tags: <match_func>
155155` ` `
156156
157157The following match functions are currently available :
@@ -175,7 +175,7 @@ can define a comma separated list of glob-like patterns using the following
175175annotation :
176176
177177` ` ` yaml
178- argocd-image-updater.argoproj.io/<image_name >.ignore-tags: <pattern1>[, <pattern2>, ...]
178+ argocd-image-updater.argoproj.io/<image_alias >.ignore-tags: <pattern1>[, <pattern2>, ...]
179179` ` `
180180
181181You can use glob patterns as described in this
@@ -187,7 +187,7 @@ preventing the image updater to consider any of the tags returned from the
187187registry :
188188
189189` ` ` yaml
190- argocd-image-updater.argoproj.io/<image_name >.ignore-tags: "*"
190+ argocd-image-updater.argoproj.io/<image_alias >.ignore-tags: "*"
191191` ` `
192192
193193Please note that regular expressions are not supported to be used for patterns.
@@ -231,7 +231,7 @@ container registry (as described [here](../registries/)), or you can specify
231231the pull secret to use for a given image using the annotation
232232
233233` ` ` yaml
234- argocd-image-updater.argoproj.io/<image_name >.pull-secret: <secret_ref>
234+ argocd-image-updater.argoproj.io/<image_alias >.pull-secret: <secret_ref>
235235` ` `
236236
237237A configuration for an image will override what is configured for the registry,
0 commit comments