Skip to content

Commit 568e6b9

Browse files
geekloperAbdellah Derfoufi
andauthored
docs: replace <image_name> by <image_alias> (argoproj-labs#581)
Co-authored-by: Abdellah Derfoufi <mohammed-abdellah.derfoufi@capgemini.com>
1 parent f6c4fe3 commit 568e6b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/configuration/images.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can define the update strategy for each image independently by setting the
126126
following 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

132132
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.
151151
You 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

157157
The following match functions are currently available:
@@ -175,7 +175,7 @@ can define a comma separated list of glob-like patterns using the following
175175
annotation:
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

181181
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
187187
registry:
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

193193
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
231231
the 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

237237
A configuration for an image will override what is configured for the registry,

0 commit comments

Comments
 (0)