From fa398ebc5b39f69769861e7136c893eabc2de5d8 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Mon, 29 Jan 2024 23:23:23 +0300 Subject: [PATCH] Do not set the latest version as the storage version for smoother downgrades Signed-off-by: Alper Rifat Ulucinar --- pkg/pipeline/templates/crd_types.go.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/pipeline/templates/crd_types.go.tmpl b/pkg/pipeline/templates/crd_types.go.tmpl index f5a7084b..4b7a5186 100644 --- a/pkg/pipeline/templates/crd_types.go.tmpl +++ b/pkg/pipeline/templates/crd_types.go.tmpl @@ -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"