Skip to content

Commit 13cb7a4

Browse files
committed
fixup! fixup! Consolidate Result and ResultV2 types for GA
Update generated files after doc changes Signed-off-by: cappyzawa <[email protected]>
1 parent ec338b4 commit 13cb7a4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config/crd/bases/image.toolkit.fluxcd.io_imageupdateautomations.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,6 @@ spec:
427427
MessageTemplate provides a template for the commit message,
428428
into which will be interpolated the details of the change made.
429429
Note: The `Updated` template field has been removed. Use `Changed` instead.
430-
Note: The `.Changed.ImageResult` template field has been removed. Use `.Changed.FileChanges`,
431-
`.Changed.Objects`, or `.Changed.Changes` instead.
432430
type: string
433431
messageTemplateValues:
434432
additionalProperties:

docs/api/v1beta2/image-automation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ string
6868
<em>(Optional)</em>
6969
<p>MessageTemplate provides a template for the commit message,
7070
into which will be interpolated the details of the change made.
71-
Note: The <code>Updated</code> template field has been removed. Use <code>Changed</code> instead.
72-
Note: The <code>.Changed.ImageResult</code> template field has been removed. Use <code>.Changed.FileChanges</code>,
73-
<code>.Changed.Objects</code>, or <code>.Changed.Changes</code> instead.</p>
71+
Note: The <code>Updated</code> template field has been removed. Use <code>Changed</code> instead.</p>
7472
</td>
7573
</tr>
7674
<tr>

0 commit comments

Comments
 (0)