Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions chart/templates/olm/clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down