Skip to content

Commit 3f2024b

Browse files
committed
Trigger chart pushing
1 parent a23bf2c commit 3f2024b

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

api/v1alpha1/serverclaim_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ServerClaimSpec struct {
3131
// the ignition configuration for the server. This field is optional and can be omitted if not specified.
3232
IgnitionSecretRef *v1.LocalObjectReference `json:"ignitionSecretRef,omitempty"`
3333

34-
// Image specifies the boot image to be used for the server.
34+
// Image specifies the boot image to be utilized for the server.
3535
Image string `json:"image"`
3636
}
3737

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/metal.ironcore.dev_serverclaims.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ spec:
7272
type: object
7373
x-kubernetes-map-type: atomic
7474
image:
75-
description: Image specifies the boot image to be used for the server.
75+
description: Image specifies the boot image to be utilized for the
76+
server.
7677
type: string
7778
power:
7879
description: Power specifies the desired power state of the server.

dist/chart/templates/crd/metal.ironcore.dev_serverclaims.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ spec:
9393
type: object
9494
x-kubernetes-map-type: atomic
9595
image:
96-
description: Image specifies the boot image to be used for the server.
96+
description: Image specifies the boot image to be utilized for the
97+
server.
9798
type: string
9899
power:
99100
description: Power specifies the desired power state of the server.

docs/api-reference/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ string
20582058
</em>
20592059
</td>
20602060
<td>
2061-
<p>Image specifies the boot image to be used for the server.</p>
2061+
<p>Image specifies the boot image to be utilized for the server.</p>
20622062
</td>
20632063
</tr>
20642064
</table>
@@ -2157,7 +2157,7 @@ string
21572157
</em>
21582158
</td>
21592159
<td>
2160-
<p>Image specifies the boot image to be used for the server.</p>
2160+
<p>Image specifies the boot image to be utilized for the server.</p>
21612161
</td>
21622162
</tr>
21632163
</tbody>

0 commit comments

Comments
 (0)