Skip to content

Commit 67b23a2

Browse files
committed
Fix maintainer fields in CSV
Correct email and name fields for Lukas Piwowarski in the maintainers section. The fields were swapped. This caused validation failures in the community-operators catalog pipeline.
1 parent d047270 commit 67b23a2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
}
2525
]
2626
capabilities: Basic Install
27-
createdAt: "2026-02-03T12:43:44Z"
27+
createdAt: "2026-02-17T15:40:01Z"
2828
operatorframework.io/suggested-namespace: openshift-lightspeed
2929
operators.operatorframework.io/builder: operator-sdk-v1.38.0
3030
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -292,8 +292,8 @@ spec:
292292
name: Lucas Alvares Gomes
293293
- email: geguileo@redhat.com
294294
name: Gorka Eguileor
295-
- email: Lukas Piwowarski
296-
name: lpiwowar@redhat.com
295+
- email: lpiwowar@redhat.com
296+
name: Lukas Piwowarski
297297
maturity: alpha
298298
minKubeVersion: 1.31.0
299299
provider:

config/manifests/bases/openstack-lightspeed-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ spec:
5858
name: Lucas Alvares Gomes
5959
- email: geguileo@redhat.com
6060
name: Gorka Eguileor
61-
- email: Lukas Piwowarski
62-
name: lpiwowar@redhat.com
61+
- email: lpiwowar@redhat.com
62+
name: Lukas Piwowarski
6363
maturity: alpha
6464
minKubeVersion: 1.31.0
6565
provider:

0 commit comments

Comments
 (0)