Skip to content

Commit

Permalink
👻 Add Architecture support labels (#316)
Browse files Browse the repository at this point in the history
I have admittedly not tested extensively, but we can install and the UI
comes up. Dependencies are also far less problematic on arm64 than
ppc64le and s390x. However, the operator does not show up on arm64
clusters, I _think_ because we are missing these labels.

Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon authored Jun 4, 2024
1 parent 77e24ec commit 2ee5105
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
categories: Modernization & Migration
certified: "false"
containerImage: quay.io/konveyor/tackle2-operator:latest
createdAt: "2024-02-14T17:22:48Z"
createdAt: "2024-06-03T20:19:41Z"
description: Konveyor is an open-source application modernization platform that
helps organizations safely and predictably modernize applications to Kubernetes
at scale.
Expand All @@ -42,6 +42,11 @@ metadata:
operators.operatorframework.io/project_layout: ansible.sdk.operatorframework.io/v1
repository: https://github.com/konveyor/tackle2-operator
support: https://github.com/konveyor/tackle2-operator/issues
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: unsupported
operatorframework.io/arch.s390x: unsupported
name: konveyor-operator.v99.0.0
namespace: konveyor-tackle
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ metadata:
operatorframework.io/suggested-namespace: konveyor-tackle
repository: https://github.com/konveyor/tackle2-operator
support: https://github.com/konveyor/tackle2-operator/issues
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/arch.ppc64le: unsupported
operatorframework.io/arch.s390x: unsupported
name: konveyor-operator.v{{ .Values.version }}
namespace: konveyor-tackle
spec:
Expand Down

0 comments on commit 2ee5105

Please sign in to comment.