Skip to content

Commit d329524

Browse files
authored
docs: use the correct annotation name platforms instead of platform; fix link to registries.md; improve table formatting (#856)
Signed-off-by: Cheng Fang <[email protected]>
1 parent e1cc998 commit d329524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The correct image to execute will be chosen by Kubernetes.
227227

228228
There are generally two ways on how to specify pull secrets for Argo CD Image
229229
Updater to use. Either you configure a secret reference globally for the
230-
container registry (as described [here](../registries/)), or you can specify
230+
container registry (as described [here](registries.md)), or you can specify
231231
the pull secret to use for a given image using the annotation
232232

233233
```yaml
@@ -456,7 +456,7 @@ must be prefixed with `argocd-image-updater.argoproj.io/`.
456456
|`<image_alias>.allow-tags`|*any*|A function to match tag names from the registry against to be considered for update|
457457
|`<image_alias>.ignore-tags`|*none*|A comma-separated list of glob patterns that when matched, ignore a certain tag from the registry|
458458
|`<image_alias>.pull-secret`|*none*|A reference to a secret to be used as registry credentials for this image|
459-
|`<image_alias>.platform`|*none*|Only update to images for given platform(s). Comma-separated list, e.g. `linux/amd64,linux/arm64`|
459+
|`<image_alias>.platforms`|*none*|Only update to images for given platform(s). Comma-separated list, e.g. `linux/amd64,linux/arm64`|
460460
|`<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.|
461461
|`<image_alias>.helm.image-name`|`image.name`|Name of the Helm parameter used for specifying the image name, i.e. holds `image/name`|
462462
|`<image_alias>.helm.image-tag`|`image.tag`|Name of the Helm parameter used for specifying the image tag, i.e. holds `1.0`|

0 commit comments

Comments
 (0)