From 8ed302dd8aa8de64dd4d68a9804412981c9e2e1a Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sun, 26 Nov 2023 17:50:17 +0100 Subject: [PATCH] fix: v1alpha1 api type has been removed Signed-off-by: Dario Tranchitella --- controllers/tls/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/tls/manager.go b/controllers/tls/manager.go index e2cdd5a2..315dd8a7 100644 --- a/controllers/tls/manager.go +++ b/controllers/tls/manager.go @@ -239,7 +239,7 @@ func (r *Reconciler) updateTenantCustomResourceDefinition(ctx context.Context, n }, CABundle: caBundle, }, - ConversionReviewVersions: []string{"v1alpha1", "v1beta1", "v1beta2"}, + ConversionReviewVersions: []string{"v1beta1", "v1beta2"}, }, }