Skip to content

Commit

Permalink
ARM identifier is amd64
Browse files Browse the repository at this point in the history
the community also supports this arch as well as the other three
  • Loading branch information
jmazzitelli committed Aug 29, 2023
1 parent 4b5b87e commit 24b54e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ kind: ClusterServiceVersion
metadata:
name: kiali-operator.v1.74.0
namespace: placeholder
labels:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.amd64: supported
annotations:
olm.skipRange: '>=1.0.0 <1.74.0'
categories: Monitoring,Logging & Tracing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
name: kiali-operator.v${KIALI_OPERATOR_VERSION}
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.aarch64: supported
operatorframework.io/arch.amd64: supported
annotations:
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
olm.skipRange: '>=1.0.0 <${KIALI_OPERATOR_VERSION}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ kind: ClusterServiceVersion
metadata:
name: kiali-operator.v1.74.0
namespace: placeholder
labels:
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.amd64: supported
annotations:
olm.skipRange: '>=1.0.0 <1.74.0'
categories: Monitoring,Logging & Tracing
Expand Down

0 comments on commit 24b54e6

Please sign in to comment.