Skip to content

Commit

Permalink
Label OLM ClusterServiceVersion for supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Jun 10, 2024
1 parent 1acbdfc commit 01b29a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,15 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
createdAt: "2024-03-13T16:53:44Z"
createdAt: "2024-06-10T16:27:00Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: authorino-operator.v0.0.0
namespace: placeholder
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ metadata:
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: authorino-operator.v${BUNDLE_VERSION}
namespace: placeholder
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ metadata:
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/Kuadrant/authorino-operator
support: kuadrant
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: authorino-operator.v0.0.0
namespace: placeholder
spec:
Expand Down

0 comments on commit 01b29a5

Please sign in to comment.