From b06b836410de105043b59756134d46935c52d63e Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Thu, 5 Oct 2023 19:16:43 -0400 Subject: [PATCH] Fix typo: 'categories' instead of 'catagories' under CSV (#52) * fix typo catagories to categories Signed-off-by: Michael Valdron * version bump Signed-off-by: Michael Valdron --------- Signed-off-by: Michael Valdron --- VERSION | 2 +- .../registry-operator.clusterserviceversion.yaml | 10 +++++----- .../bases/registry-operator.clusterserviceversion.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file diff --git a/bundle/manifests/registry-operator.clusterserviceversion.yaml b/bundle/manifests/registry-operator.clusterserviceversion.yaml index e5a5654..cdc68d4 100644 --- a/bundle/manifests/registry-operator.clusterserviceversion.yaml +++ b/bundle/manifests/registry-operator.clusterserviceversion.yaml @@ -48,16 +48,16 @@ metadata: } ] capabilities: Basic Install - catagories: OpenShift Optional,Developer Tools - containerImage: quay.io/devfile/registry-operator:v0.1.1 - createdAt: "2023-09-19T02:26:46Z" + categories: OpenShift Optional,Developer Tools + containerImage: quay.io/devfile/registry-operator:v0.1.2 + createdAt: "2023-10-05T21:03:41Z" description: Deploy and manage Devfile Registries on Kubernetes and OpenShift with the Devfile Registry operator. operators.operatorframework.io/builder: operator-sdk-v1.28.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/devfile/registry-operator support: Red Hat - name: registry-operator.v0.1.1 + name: registry-operator.v0.1.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -736,7 +736,7 @@ spec: provider: name: Red Hat url: https://redhat.com - version: 0.1.1 + version: 0.1.2 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manifests/bases/registry-operator.clusterserviceversion.yaml b/config/manifests/bases/registry-operator.clusterserviceversion.yaml index 0715689..c5600dc 100644 --- a/config/manifests/bases/registry-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/registry-operator.clusterserviceversion.yaml @@ -48,14 +48,14 @@ metadata: } ] capabilities: Basic Install - catagories: OpenShift Optional,Developer Tools - containerImage: quay.io/devfile/registry-operator:v0.1.1 + categories: OpenShift Optional,Developer Tools + containerImage: quay.io/devfile/registry-operator:v0.1.2 createdAt: "2023-09-06T19:45:06Z" description: Deploy and manage Devfile Registries on Kubernetes and OpenShift with the Devfile Registry operator. repository: https://github.com/devfile/registry-operator support: Red Hat - name: registry-operator.v0.1.1 + name: registry-operator.v0.1.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -457,4 +457,4 @@ spec: provider: name: Red Hat url: https://redhat.com - version: 0.1.1 + version: 0.1.2