File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Current Operator version
2- VERSION ?= ` cat VERSION `
2+ VERSION ?= ` cat $( PWD ) / VERSION `
33# Default bundle image tag
4- BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:$(VERSION )
4+ BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v $(VERSION )
55CERT_MANAGER_VERSION ?= v1.11.0
66ENABLE_WEBHOOKS ?= true
77
Original file line number Diff line number Diff line change 1- 0.1.2
1+ 0.1.3
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ metadata:
4949 ]
5050 capabilities : Basic Install
5151 categories : OpenShift Optional,Developer Tools
52- containerImage : quay.io/devfile/registry-operator:v0.1.2
53- createdAt : " 2023-10-05T21 :03:41Z "
52+ containerImage : quay.io/devfile/registry-operator:v0.1.3
53+ createdAt : " 2023-10-11T20 :03:38Z "
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.2
60+ name : registry-operator.v0.1.3
6161 namespace : placeholder
6262spec :
6363 apiservicedefinitions : {}
@@ -615,7 +615,7 @@ spec:
615615 - --leader-elect
616616 command :
617617 - /manager
618- image : quay.io/devfile/registry-operator:next
618+ image : quay.io/devfile/registry-operator:v0.1.3
619619 imagePullPolicy : Always
620620 livenessProbe :
621621 httpGet :
@@ -736,7 +736,7 @@ spec:
736736 provider :
737737 name : Red Hat
738738 url : https://redhat.com
739- version : 0.1.2
739+ version : 0.1.3
740740 webhookdefinitions :
741741 - admissionReviewVersions :
742742 - v1
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ metadata:
4949 ]
5050 capabilities : Basic Install
5151 categories : OpenShift Optional,Developer Tools
52- containerImage : quay.io/devfile/registry-operator:v0.1.2
52+ containerImage : quay.io/devfile/registry-operator:v0.1.3
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.2
58+ name : registry-operator.v0.1.3
5959 namespace : placeholder
6060spec :
6161 apiservicedefinitions : {}
@@ -457,4 +457,4 @@ spec:
457457 provider :
458458 name : Red Hat
459459 url : https://redhat.com
460- version : 0.1.2
460+ version : 0.1.3
You can’t perform that action at this time.
0 commit comments