We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865b5a6 commit 80dcc89Copy full SHA for 80dcc89
api/v2/helmrelease_types.go
@@ -201,7 +201,7 @@ type Kustomize struct {
201
// for changing image names, tags or digests. This can also be achieved with a
202
// patch, but this operator is simpler to specify.
203
// +optional
204
- Images []kustomize.Image `json:"images,omitempty" json:"images,omitempty"`
+ Images []kustomize.Image `json:"images,omitempty"`
205
}
206
207
// CommonMetadata defines the common labels and annotations.
0 commit comments