Skip to content

Commit

Permalink
Fix manager image tag (#54)
Browse files Browse the repository at this point in the history
* fix manager image ref and version tagging

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* patch version bump

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Oct 11, 2023
1 parent b06b836 commit cb48fbd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current Operator version
VERSION ?= `cat VERSION`
VERSION ?= `cat $(PWD)/VERSION`
# Default bundle image tag
BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:$(VERSION)
BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION)
CERT_MANAGER_VERSION ?= v1.11.0
ENABLE_WEBHOOKS ?= true

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
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.2
createdAt: "2023-10-05T21:03:41Z"
containerImage: quay.io/devfile/registry-operator:v0.1.3
createdAt: "2023-10-11T20:03:38Z"
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.2
name: registry-operator.v0.1.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -615,7 +615,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/devfile/registry-operator:next
image: quay.io/devfile/registry-operator:v0.1.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -736,7 +736,7 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.2
version: 0.1.3
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
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.2
containerImage: quay.io/devfile/registry-operator:v0.1.3
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.2
name: registry-operator.v0.1.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -457,4 +457,4 @@ spec:
provider:
name: Red Hat
url: https://redhat.com
version: 0.1.2
version: 0.1.3

0 comments on commit cb48fbd

Please sign in to comment.