summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCheng Fang <cfang@redhat.com>2024-09-05 20:40:03 -0400
committerGitHub <noreply@github.com>2024-09-05 20:40:03 -0400
commitd329524308ed0fe54ce4e012ae69614d696fdaf7 (patch)
tree87366d463ad46c62c3d28c12e9baeb8a0d26b1c3 /docs
parente1cc99880779854a70b940a21a28becee9c8a78a (diff)
docs: use the correct annotation name platforms instead of platform; fix link to registries.md; improve table formatting (#856)
Signed-off-by: Cheng Fang <cfang@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/images.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/images.md b/docs/configuration/images.md
index 2804ef3..cd0d0aa 100644
--- a/docs/configuration/images.md
+++ b/docs/configuration/images.md
@@ -227,7 +227,7 @@ The correct image to execute will be chosen by Kubernetes.
There are generally two ways on how to specify pull secrets for Argo CD Image
Updater to use. Either you configure a secret reference globally for the
-container registry (as described [here](../registries/)), or you can specify
+container registry (as described [here](registries.md)), or you can specify
the pull secret to use for a given image using the annotation
```yaml
@@ -456,7 +456,7 @@ must be prefixed with `argocd-image-updater.argoproj.io/`.
|`<image_alias>.allow-tags`|*any*|A function to match tag names from the registry against to be considered for update|
|`<image_alias>.ignore-tags`|*none*|A comma-separated list of glob patterns that when matched, ignore a certain tag from the registry|
|`<image_alias>.pull-secret`|*none*|A reference to a secret to be used as registry credentials for this image|
-|`<image_alias>.platform`|*none*|Only update to images for given platform(s). Comma-separated list, e.g. `linux/amd64,linux/arm64`|
+|`<image_alias>.platforms`|*none*|Only update to images for given platform(s). Comma-separated list, e.g. `linux/amd64,linux/arm64`|
|`<image_alias>.helm.image-spec`|*none*|Name of the Helm parameter to specify the canonical name of the image, i.e. holds `image/name:1.0`. If this is set, other Helm parameter-related options will be ignored.|
|`<image_alias>.helm.image-name`|`image.name`|Name of the Helm parameter used for specifying the image name, i.e. holds `image/name`|
|`<image_alias>.helm.image-tag`|`image.tag`|Name of the Helm parameter used for specifying the image tag, i.e. holds `1.0`|