From b19c0f21c55021e8e97cf07d30806a65b2c4060a Mon Sep 17 00:00:00 2001 From: KevFan Date: Thu, 19 Sep 2024 14:32:20 +0100 Subject: [PATCH] feat: support arm64 install on csv Signed-off-by: KevFan --- bundle/manifests/authorino-operator.clusterserviceversion.yaml | 3 ++- .../authorino-operator.clusterserviceversion.template.yaml | 1 + .../bases/authorino-operator.clusterserviceversion.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/authorino-operator.clusterserviceversion.yaml b/bundle/manifests/authorino-operator.clusterserviceversion.yaml index e981d82..5333cec 100644 --- a/bundle/manifests/authorino-operator.clusterserviceversion.yaml +++ b/bundle/manifests/authorino-operator.clusterserviceversion.yaml @@ -83,13 +83,14 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/authorino-operator:latest - createdAt: "2024-09-12T11:22:55Z" + createdAt: "2024-09-19T13:31:42Z" 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.arm64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported operatorframework.io/os.linux: supported diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.template.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.template.yaml index 24ed167..92abdc4 100644 --- a/config/manifests/bases/authorino-operator.clusterserviceversion.template.yaml +++ b/config/manifests/bases/authorino-operator.clusterserviceversion.template.yaml @@ -15,6 +15,7 @@ metadata: 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/os.linux: supported diff --git a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml index cdd01c7..7e3c9d2 100644 --- a/config/manifests/bases/authorino-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/authorino-operator.clusterserviceversion.yaml @@ -15,6 +15,7 @@ metadata: 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/os.linux: supported