path | string | Y | Path to a directory containing a kustomization.yaml file. This path is relative to the temporary workspace that Kargo provisions for use by the promotion process. |
images | []object | N | The details of changes to be applied to the kustomization.yaml file. When left unspecified, all images from the Freight collection will be set in the Kustomization file. Unless there is an ambiguous image name (for example, due to two Warehouses subscribing to the same repository), which requires manual configuration. |
images[].image | string | Y | Name/URL of the image being updated. |
images[].tag | string | N | A tag naming a specific revision of image . Mutually exclusive with digest . This field can be specified directly or through an expression. Either tag or digest must be provided, but not both. |
images[].digest | string | N | A digest naming a specific revision of image . Mutually exclusive with tag . This field can be specified directly or through an expression. Either digest or tag must be provided, but not both. |
images[].newName | string | N | A substitution for the name/URL of the image being updated. This is useful when different Stages have access to different container image repositories (assuming those different repositories contain equivalent images that are tagged identically). This may be a frequent consideration for users of Amazon's Elastic Container Registry. |