Skip to content

Commit

Permalink
fix(crds): stage validation issue with kargo render promo mechs (#1519)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour committed Feb 22, 2024
1 parent 07d91a1 commit 211353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/stage_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ type KargoRenderPromotionMechanism struct {
// not use digests by default.)
//
//+kubebuilder:validation:Optional
Images []KargoRenderImageUpdate `json:"images"`
Images []KargoRenderImageUpdate `json:"images,omitempty"`
}

// KargoRenderImageUpdate describes how an image can be incorporated into a
Expand Down

0 comments on commit 211353c

Please sign in to comment.