@@ -126,7 +126,7 @@ You can define the update strategy for each image independently by setting the
126
126
following annotation to an appropriate value :
127
127
128
128
` ` ` yaml
129
- argocd-image-updater.argoproj.io/<image_name >.update-strategy: <strategy>
129
+ argocd-image-updater.argoproj.io/<image_alias >.update-strategy: <strategy>
130
130
` ` `
131
131
132
132
If 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.
151
151
You can define a tag filter by using the following annotation :
152
152
153
153
` ` ` 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>
155
155
` ` `
156
156
157
157
The following match functions are currently available :
@@ -175,7 +175,7 @@ can define a comma separated list of glob-like patterns using the following
175
175
annotation :
176
176
177
177
` ` ` 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>, ...]
179
179
` ` `
180
180
181
181
You 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
187
187
registry :
188
188
189
189
` ` ` yaml
190
- argocd-image-updater.argoproj.io/<image_name >.ignore-tags: "*"
190
+ argocd-image-updater.argoproj.io/<image_alias >.ignore-tags: "*"
191
191
` ` `
192
192
193
193
Please 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
231
231
the pull secret to use for a given image using the annotation
232
232
233
233
` ` ` 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>
235
235
` ` `
236
236
237
237
A configuration for an image will override what is configured for the registry,
0 commit comments