diff --git a/docs/docs/35-references/10-promotion-steps.md b/docs/docs/35-references/10-promotion-steps.md index 63f2dc422..47a101568 100644 --- a/docs/docs/35-references/10-promotion-steps.md +++ b/docs/docs/35-references/10-promotion-steps.md @@ -400,7 +400,7 @@ step. |------|------|----------|-------------| | `path` | `string` | Y | Path to Helm values file (e.g. `values.yaml`). This path is relative to the temporary workspace that Kargo provisions for use by the promotion process. | | `images` | `[]object` | Y | The details of changes to be applied to the values file. At least one must be specified. | -| `images[].image` | `string` | N | Name/URL of the image being updated. __Deprecated: Use `value` with an expression instead. Will be removed in v1.2.0.__ | +| `images[].image` | `string` | N | Name/URL of the image being updated.

__Deprecated: Use `value` with an expression instead. Will be removed in v1.2.0.__ | | `images[].fromOrigin` | `object` | N | See [specifying origins](#specifying-origins).

__Deprecated: Use `value` with an expression instead. Will be removed in v1.2.0.__ | | `images[].key` | `string` | Y | The key to update within the values file. See Helm documentation on the [format and limitations](https://helm.sh/docs/intro/using_helm/#the-format-and-limitations-of---set) of the notation used in this field. | | `images[].value` | `string` | Y | Specifies how the value of `key` is to be updated. When `image` is non-empty, possible values for this field are limited to: When `image` is empty, use an expression in this field to describe the new value. |