Skip to content

Update the operator description as it's no longer experimental #836

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 1 commit into from
May 22, 2025
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.27-latest
createdAt: "2025-05-20T14:06:55Z"
description: Experimental operator for installing Istio service mesh
createdAt: "2025-05-21T16:54:39Z"
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 @@ -388,7 +390,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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description and longDescription seems to be the same - there is no harm in it, just sharing the observation.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long description also contains list of supported versions and a link to our documentation. Not sure if we want to extend this or this is fine.

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