You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The general syntax for the two Helmspecific annotations is:
338
+
The general syntax for the two Helm-specific annotations is:
339
339
340
340
```yaml
341
341
argocd-image-updater.argoproj.io/<image_alias>.helm.image-name: <name of helm parameter to set for the image name>
@@ -346,7 +346,7 @@ If the chart uses a parameter for the canonical name of the image (i.e. image
346
346
name and tag combined), a third option can be used:
347
347
348
348
```yaml
349
-
argocd-image-updater.argoproj.io/<image_alias>.helm.image-spec: <name of helm parameter to set for canonical name of image>
349
+
argocd-image-updater.argoproj.io/<image_alias>.helm.image-spec: <name of helm parameter to set for the canonical name of image>
350
350
```
351
351
352
352
If the `<image_alias>.helm.image-spec` annotation is set, the two other
@@ -453,29 +453,29 @@ must be prefixed with `argocd-image-updater.argoproj.io/`.
453
453
|`image-list`|*none*|Comma separated list of images to consider for update|
454
454
|`<image_alias>.update-strategy`|`semver`|The update strategy to be used for the image|
455
455
|`<image_alias>.force-update`|`"false"`|If set to "true" (with quotes), even images that are not currently deployed will be updated|
456
-
|`<image_alias>.allow-tags`|*any*|A function to match tag names from registry against to be considered for update|
457
-
|`<image_alias>.ignore-tags`|*none*|A comma-separated list of glob patterns that when match ignore a certain tag from the registry|
456
+
|`<image_alias>.allow-tags`|*any*|A function to match tag names from the registry against to be considered for update|
457
+
|`<image_alias>.ignore-tags`|*none*|A comma-separated list of glob patterns that when matched, ignore a certain tag from the registry|
458
458
|`<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). Commaseparated list, e.g. `linux/amd64,linux/arm64`|
460
-
|`<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 parameterrelated options will be ignored.|
459
+
|`<image_alias>.platform`|*none*|Only update to images for given platform(s). Comma-separated list, e.g. `linux/amd64,linux/arm64`|
460
+
|`<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.|
461
461
|`<image_alias>.helm.image-name`|`image.name`|Name of the Helm parameter used for specifying the image name, i.e. holds `image/name`|
462
462
|`<image_alias>.helm.image-tag`|`image.tag`|Name of the Helm parameter used for specifying the image tag, i.e. holds `1.0`|
463
463
|`<image_alias>.kustomize.image-name`|*original name of image*|Name of Kustomize image parameter to set during updates|
0 commit comments