Skip to content

Commit 39dc7f6

Browse files
authored
Add multi arch supported labels for NSS (#242)
1 parent c1082f1 commit 39dc7f6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ metadata:
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/IBM/ibm-namespace-scope-operator
3131
support: IBM
32+
labels:
33+
operatorframework.io/arch.amd64: supported
34+
operatorframework.io/arch.ppc64le: supported
35+
operatorframework.io/arch.s390x: supported
36+
operatorframework.io/os.linux: supported
3237
name: ibm-namespace-scope-operator.v4.0.0
3338
namespace: placeholder
3439
spec:

config/manifests/bases/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ metadata:
1010
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
1111
repository: https://github.com/IBM/ibm-namespace-scope-operator
1212
support: IBM
13+
labels:
14+
operatorframework.io/arch.amd64: supported
15+
operatorframework.io/arch.ppc64le: supported
16+
operatorframework.io/arch.s390x: supported
17+
operatorframework.io/os.linux: supported
1318
name: ibm-namespace-scope-operator.v0.0.0
1419
namespace: placeholder
1520
spec:

0 commit comments

Comments
 (0)