Skip to content

[release-1.26] Update the operator description as it's no longer expe… #837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
8 changes: 5 additions & 3 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/sail-dev/sail-operator:1.26.0
createdAt: "2025-05-21T11:40:10Z"
description: Experimental operator for installing Istio service mesh
createdAt: "2025-05-22T05:50:10Z"
description: The Sail Operator manages the lifecycle of your Istio control plane.
It provides custom resources for you to deploy and manage your control plane
components.
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
features.operators.openshift.io/csi: "false"
Expand Down Expand Up @@ -382,7 +384,7 @@ spec:
path: values
version: v1alpha1
description: |-
This is an experimental operator for installing Istio service mesh.
The Sail Operator manages the lifecycle of your Istio control plane. It provides custom resources for you to deploy and manage your control plane components.

This version of the operator supports the following Istio versions:

Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ csv:
displayName: Sail Operator
categories: OpenShift Optional, Integration & Delivery, Networking, Security
capabilities: Seamless Upgrades
description: Experimental operator for installing Istio service mesh
description: The Sail Operator manages the lifecycle of your Istio control plane. It provides custom resources for you to deploy and manage your control plane components.
longDescription: |-
This is an experimental operator for installing Istio service mesh.
The Sail Operator manages the lifecycle of your Istio control plane. It provides custom resources for you to deploy and manage your control plane components.

This version of the operator supports the following Istio versions:

Expand Down