Skip to content

Commit b06b836

Browse files
authoredOct 5, 2023
Fix typo: 'categories' instead of 'catagories' under CSV (#52)
* fix typo catagories to categories Signed-off-by: Michael Valdron <[email protected]> * version bump Signed-off-by: Michael Valdron <[email protected]> --------- Signed-off-by: Michael Valdron <[email protected]>
1 parent 53db91b commit b06b836

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

‎bundle/manifests/registry-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ metadata:
4848
}
4949
]
5050
capabilities: Basic Install
51-
catagories: OpenShift Optional,Developer Tools
52-
containerImage: quay.io/devfile/registry-operator:v0.1.1
53-
createdAt: "2023-09-19T02:26:46Z"
51+
categories: OpenShift Optional,Developer Tools
52+
containerImage: quay.io/devfile/registry-operator:v0.1.2
53+
createdAt: "2023-10-05T21:03:41Z"
5454
description: Deploy and manage Devfile Registries on Kubernetes and OpenShift
5555
with the Devfile Registry operator.
5656
operators.operatorframework.io/builder: operator-sdk-v1.28.0
5757
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
5858
repository: https://github.com/devfile/registry-operator
5959
support: Red Hat
60-
name: registry-operator.v0.1.1
60+
name: registry-operator.v0.1.2
6161
namespace: placeholder
6262
spec:
6363
apiservicedefinitions: {}
@@ -736,7 +736,7 @@ spec:
736736
provider:
737737
name: Red Hat
738738
url: https://redhat.com
739-
version: 0.1.1
739+
version: 0.1.2
740740
webhookdefinitions:
741741
- admissionReviewVersions:
742742
- v1

‎config/manifests/bases/registry-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ metadata:
4848
}
4949
]
5050
capabilities: Basic Install
51-
catagories: OpenShift Optional,Developer Tools
52-
containerImage: quay.io/devfile/registry-operator:v0.1.1
51+
categories: OpenShift Optional,Developer Tools
52+
containerImage: quay.io/devfile/registry-operator:v0.1.2
5353
createdAt: "2023-09-06T19:45:06Z"
5454
description: Deploy and manage Devfile Registries on Kubernetes and OpenShift
5555
with the Devfile Registry operator.
5656
repository: https://github.com/devfile/registry-operator
5757
support: Red Hat
58-
name: registry-operator.v0.1.1
58+
name: registry-operator.v0.1.2
5959
namespace: placeholder
6060
spec:
6161
apiservicedefinitions: {}
@@ -457,4 +457,4 @@ spec:
457457
provider:
458458
name: Red Hat
459459
url: https://redhat.com
460-
version: 0.1.1
460+
version: 0.1.2

0 commit comments

Comments
 (0)
Please sign in to comment.