Skip to content

Commit

Permalink
Do not set the latest version as the storage version for smoother dow…
Browse files Browse the repository at this point in the history
…ngrades

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Jan 29, 2024
1 parent a85dded commit fa398eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pipeline/templates/crd_types.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ type {{ .CRD.Kind }}Status struct {

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:storageversion

// {{ .CRD.Kind }} is the Schema for the {{ .CRD.Kind }}s API. {{ .CRD.Description }}
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
Expand Down

0 comments on commit fa398eb

Please sign in to comment.