File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -374,12 +374,11 @@ spec:
374374 Automated image update by Flux
375375` ` `
376376
377- **Deprecation Note:** The `Updated` template data available in v1beta1 API is
378- deprecated. `Changed` template data is recommended for template data, as it
379- accommodates for all the updates, including partial updates to just the image
380- name or the tag, not just full image with name and tag update. The old templates
381- will continue to work in v1beta2 API as `Updated` has not been removed yet. In
382- the next API version, `Updated` may be removed.
377+ **Removal Note:** The `Updated` template data has been removed from the API.
378+ Use `Changed` template data instead, as it accommodates for all the updates,
379+ including partial updates to just the image name or the tag, not just full image
380+ with name and tag update. Templates using `Updated` will result in an error and
381+ the ImageUpdateAutomation will be marked as Stalled.
383382
384383The message template also has access to the data related to the changes made by
385384the automation. The template is a [Go text template][go-text-template]. The data
You can’t perform that action at this time.
0 commit comments