Skip to content

Commit 950a2b0

Browse files
committed
bundle: add s390x as supported arch in the labels
When releasing 1.10 using Konflux, we found s390x clusters could not see our operator in OperatorHub - even though all images were accessible, and could be installed with CLI. It seems this is because of the labels we put on the bundle and FBCs. Fixing it here, will need an additional fix for the FBC part with newly built bundle image reference. Signed-off-by: Julien Ropé <[email protected]>
1 parent f95735a commit 950a2b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bundle/manifests/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
}
1414
]
1515
capabilities: Seamless Upgrades
16-
createdAt: "2025-07-20T08:00:23Z"
16+
createdAt: "2025-08-05T11:47:27Z"
1717
features.operators.openshift.io/cnf: "false"
1818
features.operators.openshift.io/cni: "false"
1919
features.operators.openshift.io/csi: "false"
@@ -34,6 +34,7 @@ metadata:
3434
repository: https://github.com/openshift/sandboxed-containers-operator
3535
labels:
3636
operatorframework.io/arch.amd64: supported
37+
operatorframework.io/arch.s390x: supported
3738
operatorframework.io/os.linux: supported
3839
name: sandboxed-containers-operator.v1.10.0
3940
spec:

config/manifests/bases/sandboxed-containers-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ metadata:
3333
repository: https://github.com/openshift/sandboxed-containers-operator
3434
labels:
3535
operatorframework.io/arch.amd64: supported
36+
operatorframework.io/arch.s390x: supported
3637
operatorframework.io/os.linux: supported
3738
name: sandboxed-containers-operator.v1.10.0
3839
spec:

0 commit comments

Comments
 (0)