Skip to content

Commit cb15b2f

Browse files
committed
Trigger chart pushing
1 parent a23bf2c commit cb15b2f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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

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.

0 commit comments

Comments
 (0)