Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Nov 20, 2023
1 parent 45eb470 commit fe5414c
Show file tree
Hide file tree
Showing 4 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.3
0.2.0
10 changes: 5 additions & 5 deletions bundle/manifests/registry-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ metadata:
]
capabilities: Basic Install
categories: OpenShift Optional,Developer Tools
containerImage: quay.io/devfile/registry-operator:v0.1.3
createdAt: "2023-11-17T19:18:09Z"
containerImage: quay.io/devfile/registry-operator:v0.2.0
createdAt: "2023-11-20T17:17:03Z"
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.3
name: registry-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -448,7 +448,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/devfile/registry-operator:next
image: quay.io/devfile/registry-operator:v0.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -569,7 +569,7 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.3
version: 0.2.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/devfile/registry-operator
newTag: next
newTag: v0.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ metadata:
]
capabilities: Basic Install
categories: OpenShift Optional,Developer Tools
containerImage: quay.io/devfile/registry-operator:v0.1.3
containerImage: quay.io/devfile/registry-operator:v0.2.0
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.3
name: registry-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -289,4 +289,4 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.3
version: 0.2.0

0 comments on commit fe5414c

Please sign in to comment.