diff --git a/api/v2/helmrelease_types.go b/api/v2/helmrelease_types.go index 4e3efb7b5..dfc3c3df2 100644 --- a/api/v2/helmrelease_types.go +++ b/api/v2/helmrelease_types.go @@ -201,7 +201,7 @@ type Kustomize struct { // for changing image names, tags or digests. This can also be achieved with a // patch, but this operator is simpler to specify. // +optional - Images []kustomize.Image `json:"images,omitempty" json:"images,omitempty"` + Images []kustomize.Image `json:"images,omitempty"` } // CommonMetadata defines the common labels and annotations.