From 95436dab7324eee6c8ec9410a16c7c44f8ff5b46 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Wed, 20 Mar 2024 16:43:39 -0400 Subject: [PATCH] update CSV with tls recent changes didn't update the CSV yaml file. This updates to match what make bundle modifies things with Signed-off-by: Jon Schlueter --- .../ironic-operator.clusterserviceversion.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/manifests/bases/ironic-operator.clusterserviceversion.yaml b/config/manifests/bases/ironic-operator.clusterserviceversion.yaml index e8afbb53..530afe6b 100644 --- a/config/manifests/bases/ironic-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/ironic-operator.clusterserviceversion.yaml @@ -30,16 +30,31 @@ spec: displayName: Ironic API kind: IronicAPI name: ironicapis.ironic.openstack.org + specDescriptors: + - description: TLS - Parameters related to the TLS + displayName: TLS + path: tls version: v1beta1 - description: IronicConductor is the Schema for the ironicconductors Conductor displayName: Ironic Conductor kind: IronicConductor name: ironicconductors.ironic.openstack.org + specDescriptors: + - description: TLS - Parameters related to the TLS + displayName: TLS + path: tls version: v1beta1 - description: Ironic is the Schema for the ironics API displayName: Ironic kind: Ironic name: ironics.ironic.openstack.org + specDescriptors: + - description: TLS - Parameters related to the TLS + displayName: TLS + path: ironicAPI.tls + - description: TLS - Parameters related to the TLS + displayName: TLS + path: ironicInspector.tls version: v1beta1 description: Ironic Operator displayName: Ironic Operator