From 896213d1d1727fa9b1a8630a4b01cbe18265461d Mon Sep 17 00:00:00 2001 From: Gabriele Quaresima Date: Mon, 14 Oct 2024 12:45:24 +0200 Subject: [PATCH] fix: update CRDs Signed-off-by: Gabriele Quaresima --- config/crd/bases/postgresql.cnpg.io_publications.yaml | 2 +- config/crd/bases/postgresql.cnpg.io_subscriptions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/crd/bases/postgresql.cnpg.io_publications.yaml b/config/crd/bases/postgresql.cnpg.io_publications.yaml index bbbd6836e1..7030872556 100644 --- a/config/crd/bases/postgresql.cnpg.io_publications.yaml +++ b/config/crd/bases/postgresql.cnpg.io_publications.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.3 + controller-gen.kubebuilder.io/version: v0.16.4 name: publications.postgresql.cnpg.io spec: group: postgresql.cnpg.io diff --git a/config/crd/bases/postgresql.cnpg.io_subscriptions.yaml b/config/crd/bases/postgresql.cnpg.io_subscriptions.yaml index 75f07bc148..74293909c0 100644 --- a/config/crd/bases/postgresql.cnpg.io_subscriptions.yaml +++ b/config/crd/bases/postgresql.cnpg.io_subscriptions.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.3 + controller-gen.kubebuilder.io/version: v0.16.4 name: subscriptions.postgresql.cnpg.io spec: group: postgresql.cnpg.io