Skip to content

Commit 073deac

Browse files
committed
Fix bundle operator-sdk version to match CI (v1.38.0)
1 parent 0315818 commit 073deac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=openstack-lightspeed-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.38.0
1010
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1111
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
1212

bundle/manifests/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metadata:
4040
operatorframework.io/suggested-namespace: openshift-lightspeed
4141
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
4242
Platform Plus"]'
43-
operators.operatorframework.io/builder: operator-sdk-v1.41.1
43+
operators.operatorframework.io/builder: operator-sdk-v1.38.0
4444
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4545
repository: https://github.com/openstack-lightspeed/operator
4646
name: openstack-lightspeed-operator.v0.0.1

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
operators.operatorframework.io.bundle.metadata.v1: metadata/
66
operators.operatorframework.io.bundle.package.v1: openstack-lightspeed-operator
77
operators.operatorframework.io.bundle.channels.v1: alpha
8-
operators.operatorframework.io.metrics.builder: operator-sdk-v1.41.1
8+
operators.operatorframework.io.metrics.builder: operator-sdk-v1.38.0
99
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
1010
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v4
1111

0 commit comments

Comments
 (0)