Skip to content

Commit cb48fbd

Browse files
Fix manager image tag (#54)
* fix manager image ref and version tagging Signed-off-by: Michael Valdron <[email protected]> * patch version bump Signed-off-by: Michael Valdron <[email protected]> --------- Signed-off-by: Michael Valdron <[email protected]>
1 parent b06b836 commit cb48fbd

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)
55
CERT_MANAGER_VERSION ?= v1.11.0
66
ENABLE_WEBHOOKS ?= true
77

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

bundle/manifests/registry-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
6262
spec:
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
6060
spec:
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

0 commit comments

Comments
 (0)