Skip to content

Commit 6520cdb

Browse files
fix container image tag
Signed-off-by: Michael Valdron <[email protected]>
1 parent a9ac129 commit 6520cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operators/registry-operator/0.1.2/manifests/registry-operator.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
capabilities: Basic Install
5151
categories: OpenShift Optional,Developer Tools
5252
containerImage: quay.io/devfile/registry-operator:v0.1.2
53-
createdAt: "2023-10-05T21:03:41Z"
53+
createdAt: "2023-10-11T14:43:46Z"
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
@@ -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.2
619619
imagePullPolicy: Always
620620
livenessProbe:
621621
httpGet:

0 commit comments

Comments
 (0)