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 <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Jan 29, 2024
1 parent 108d366 commit 0256347
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 0256347

Please sign in to comment.