diff --git a/docs/configuration/images.md b/docs/configuration/images.md index 7edf9bb9..dc492981 100644 --- a/docs/configuration/images.md +++ b/docs/configuration/images.md @@ -126,7 +126,7 @@ You can define the update strategy for each image independently by setting the following annotation to an appropriate value: ```yaml -argocd-image-updater.argoproj.io/.update-strategy: +argocd-image-updater.argoproj.io/.update-strategy: ``` 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. You can define a tag filter by using the following annotation: ```yaml -argocd-image-updater.argoproj.io/.allow-tags: +argocd-image-updater.argoproj.io/.allow-tags: ``` The following match functions are currently available: @@ -175,7 +175,7 @@ can define a comma separated list of glob-like patterns using the following annotation: ```yaml -argocd-image-updater.argoproj.io/.ignore-tags: [, , ...] +argocd-image-updater.argoproj.io/.ignore-tags: [, , ...] ``` 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 registry: ```yaml -argocd-image-updater.argoproj.io/.ignore-tags: "*" +argocd-image-updater.argoproj.io/.ignore-tags: "*" ``` 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 the pull secret to use for a given image using the annotation ```yaml -argocd-image-updater.argoproj.io/.pull-secret: +argocd-image-updater.argoproj.io/.pull-secret: ``` A configuration for an image will override what is configured for the registry,