Skip to content

Commit

Permalink
👻 Add Architecture support labels
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon committed Jun 4, 2024
1 parent 03c514d commit 9583def
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 9583def

Please sign in to comment.