File tree 4 files changed +11
-11
lines changed 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Current Operator version
2
- VERSION ?= ` cat VERSION `
2
+ VERSION ?= ` cat $( PWD ) / VERSION `
3
3
# 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 )
5
5
CERT_MANAGER_VERSION ?= v1.11.0
6
6
ENABLE_WEBHOOKS ?= true
7
7
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:
49
49
]
50
50
capabilities : Basic Install
51
51
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 "
54
54
description : Deploy and manage Devfile Registries on Kubernetes and OpenShift
55
55
with the Devfile Registry operator.
56
56
operators.operatorframework.io/builder : operator-sdk-v1.28.0
57
57
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
58
58
repository : https://github.com/devfile/registry-operator
59
59
support : Red Hat
60
- name : registry-operator.v0.1.2
60
+ name : registry-operator.v0.1.3
61
61
namespace : placeholder
62
62
spec :
63
63
apiservicedefinitions : {}
@@ -615,7 +615,7 @@ spec:
615
615
- --leader-elect
616
616
command :
617
617
- /manager
618
- image : quay.io/devfile/registry-operator:next
618
+ image : quay.io/devfile/registry-operator:v0.1.3
619
619
imagePullPolicy : Always
620
620
livenessProbe :
621
621
httpGet :
@@ -736,7 +736,7 @@ spec:
736
736
provider :
737
737
name : Red Hat
738
738
url : https://redhat.com
739
- version : 0.1.2
739
+ version : 0.1.3
740
740
webhookdefinitions :
741
741
- admissionReviewVersions :
742
742
- v1
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ metadata:
49
49
]
50
50
capabilities : Basic Install
51
51
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
53
53
createdAt : " 2023-09-06T19:45:06Z"
54
54
description : Deploy and manage Devfile Registries on Kubernetes and OpenShift
55
55
with the Devfile Registry operator.
56
56
repository : https://github.com/devfile/registry-operator
57
57
support : Red Hat
58
- name : registry-operator.v0.1.2
58
+ name : registry-operator.v0.1.3
59
59
namespace : placeholder
60
60
spec :
61
61
apiservicedefinitions : {}
@@ -457,4 +457,4 @@ spec:
457
457
provider :
458
458
name : Red Hat
459
459
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