From cb664d7b73a9530eeb53742e3c20303371c2b4f4 Mon Sep 17 00:00:00 2001 From: Hans Rakers Date: Tue, 12 Dec 2023 16:11:59 +0100 Subject: [PATCH] Fix CRD contract version label Signed-off-by: Hans Rakers --- config/crd/kustomization.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 8fe0b436..f2d97573 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -1,6 +1,5 @@ commonLabels: - cluster.x-k8s.io/v1beta1: v1beta3 - cluster.x-k8s.io/v1beta2: v1beta3 + cluster.x-k8s.io/v1beta1: v1beta1_v1beta2_v1beta3 # This kustomization.yaml is not intended to be run by itself, # since it depends on service name and namespace that are out of this kustomize package.