Skip to content

Commit ac14e1d

Browse files
authored
Update the operator description as it's no longer experimental (#836)
Signed-off-by: Filip Brychta <[email protected]>
1 parent 8d728f2 commit ac14e1d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

bundle/manifests/sailoperator.clusterserviceversion.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ metadata:
3434
capabilities: Seamless Upgrades
3535
categories: OpenShift Optional, Integration & Delivery, Networking, Security
3636
containerImage: quay.io/sail-dev/sail-operator:1.27-latest
37-
createdAt: "2025-05-20T14:06:55Z"
38-
description: Experimental operator for installing Istio service mesh
37+
createdAt: "2025-05-21T16:54:39Z"
38+
description: The Sail Operator manages the lifecycle of your Istio control plane.
39+
It provides custom resources for you to deploy and manage your control plane
40+
components.
3941
features.operators.openshift.io/cnf: "false"
4042
features.operators.openshift.io/cni: "true"
4143
features.operators.openshift.io/csi: "false"
@@ -388,7 +390,7 @@ spec:
388390
path: values
389391
version: v1alpha1
390392
description: |-
391-
This is an experimental operator for installing Istio service mesh.
393+
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.
392394
393395
This version of the operator supports the following Istio versions:
394396

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ csv:
1212
displayName: Sail Operator
1313
categories: OpenShift Optional, Integration & Delivery, Networking, Security
1414
capabilities: Seamless Upgrades
15-
description: Experimental operator for installing Istio service mesh
15+
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.
1616
longDescription: |-
17-
This is an experimental operator for installing Istio service mesh.
17+
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.
1818
1919
This version of the operator supports the following Istio versions:
2020

0 commit comments

Comments
 (0)