From 4c61d89a153db18fc33f888ef71c61122a291ec0 Mon Sep 17 00:00:00 2001 From: Andrea Mazzotti Date: Wed, 10 Jan 2024 17:18:15 +0100 Subject: [PATCH] Add new version in commonLabels Signed-off-by: Andrea Mazzotti --- bootstrap/config/crd/kustomization.yaml | 2 +- controlplane/config/crd/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/config/crd/kustomization.yaml b/bootstrap/config/crd/kustomization.yaml index 5ec763ef..d27ea4c4 100644 --- a/bootstrap/config/crd/kustomization.yaml +++ b/bootstrap/config/crd/kustomization.yaml @@ -1,5 +1,5 @@ commonLabels: - cluster.x-k8s.io/v1beta1: v1beta1 + cluster.x-k8s.io/v1beta1: v1beta1_v1beta2 clusterctl.cluster.x-k8s.io: "" # This kustomization.yaml is not intended to be run by itself, diff --git a/controlplane/config/crd/kustomization.yaml b/controlplane/config/crd/kustomization.yaml index 4aa9f1fe..382c6f74 100644 --- a/controlplane/config/crd/kustomization.yaml +++ b/controlplane/config/crd/kustomization.yaml @@ -1,5 +1,5 @@ commonLabels: - cluster.x-k8s.io/v1beta1: v1beta1 + cluster.x-k8s.io/v1beta1: v1beta1_v1beta2 clusterctl.cluster.x-k8s.io: "" # This kustomization.yaml is not intended to be run by itself,