diff --git a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml index c8b6c3ed4..ec1ee093d 100644 --- a/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml +++ b/bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml @@ -34,7 +34,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/maistra-dev/sail-operator:3.0-latest - createdAt: "2025-02-12T11:53:30Z" + createdAt: "2025-02-14T15:16:03Z" description: The OpenShift Service Mesh Operator enables you to install, configure, and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service Mesh is based on the open source Istio project. @@ -55,6 +55,11 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 repository: https://github.com/istio-ecosystem/sail-operator support: Red Hat, Inc. + labels: + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.arm64: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.s390x: supported name: servicemeshoperator3.v3.0.0 namespace: placeholder spec: diff --git a/chart/templates/olm/clusterserviceversion.yaml b/chart/templates/olm/clusterserviceversion.yaml index a371aacf7..261392aa1 100644 --- a/chart/templates/olm/clusterserviceversion.yaml +++ b/chart/templates/olm/clusterserviceversion.yaml @@ -3,6 +3,12 @@ apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: + labels: +{{- if .Values.csv.labels }} +{{- range $key, $val := .Values.csv.labels }} + {{ $key | quote }}: {{ $val | quote }} +{{- end}} +{{- end}} annotations: alm-examples: '[]' capabilities: {{ .Values.csv.capabilities }} diff --git a/chart/values.yaml b/chart/values.yaml index 1728cac50..6be43c4af 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -41,6 +41,11 @@ csv: - istio - servicemesh - envoy + labels: + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.s390x: supported + operatorframework.io/arch.ppc64le: supported + operatorframework.io/arch.arm64: supported annotations: features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false"