We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 865b5a6 + 80dcc89 commit 5ba751aCopy full SHA for 5ba751a
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