Skip to content

Commit

Permalink
Fix typo: 'categories' instead of 'catagories' under CSV (#52)
Browse files Browse the repository at this point in the history
* fix typo catagories to categories

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* version bump

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Oct 5, 2023
1 parent 53db91b commit b06b836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
10 changes: 5 additions & 5 deletions bundle/manifests/registry-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -736,7 +736,7 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.1
version: 0.1.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -457,4 +457,4 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.1
version: 0.1.2

0 comments on commit b06b836

Please sign in to comment.