From 568e6b990eba14796f229488337b92b562626f0c Mon Sep 17 00:00:00 2001 From: Abdellah derfoufi Date: Thu, 6 Jul 2023 03:13:36 +0200 Subject: [PATCH] docs: replace by (#581) Co-authored-by: Abdellah Derfoufi --- docs/configuration/images.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,