Skip to content

Commit

Permalink
fix: v1alpha1 api type has been removed
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
  • Loading branch information
prometherion committed Nov 28, 2023
1 parent 2c70bf0 commit 8ed302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/tls/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (r *Reconciler) updateTenantCustomResourceDefinition(ctx context.Context, n
},
CABundle: caBundle,
},
ConversionReviewVersions: []string{"v1alpha1", "v1beta1", "v1beta2"},
ConversionReviewVersions: []string{"v1beta1", "v1beta2"},
},
}

Expand Down

0 comments on commit 8ed302d

Please sign in to comment.