From f302b2931c7dff827cb7441939e8585aa6a1fedc Mon Sep 17 00:00:00 2001
From: gabriel-farache <gfarache@redhat.com>
Date: Mon, 18 Nov 2024 15:00:41 +0100
Subject: [PATCH] Bump OSL 1.35

Signed-off-by: gabriel-farache <gfarache@redhat.com>
---
 .../manifests/orchestrator-operator.clusterserviceversion.yaml  | 2 +-
 bundle/manifests/rhdh.redhat.com_orchestrators.yaml             | 2 +-
 config/crd/bases/rhdh.redhat.com_orchestrators.yaml             | 2 +-
 config/samples/_v1alpha1_orchestrator.yaml                      | 2 +-
 helm-charts/orchestrator/README.md                              | 2 +-
 helm-charts/orchestrator/values.yaml                            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml
index c52524b1..ff3b4a4a 100644
--- a/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/orchestrator-operator.clusterserviceversion.yaml
@@ -134,7 +134,7 @@ metadata:
                 "name": "logic-operator-rhel8",
                 "namespace": "openshift-serverless-logic",
                 "sourceName": "redhat-operators",
-                "startingCSV": "logic-operator-rhel8.v1.34.0"
+                "startingCSV": "logic-operator-rhel8.v1.35.0"
               }
             },
             "tekton": {
diff --git a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml
index a9244f74..590bc859 100644
--- a/bundle/manifests/rhdh.redhat.com_orchestrators.yaml
+++ b/bundle/manifests/rhdh.redhat.com_orchestrators.yaml
@@ -541,7 +541,7 @@ spec:
                         description: SourceName captures the name of the catalog source
                         type: string
                       startingCSV:
-                        default: logic-operator-rhel8.v1.34.0
+                        default: logic-operator-rhel8.v1.35.0
                         description: The initial version of the operator
                         type: string
                     type: object
diff --git a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml
index b0f436e3..c72dde65 100644
--- a/config/crd/bases/rhdh.redhat.com_orchestrators.yaml
+++ b/config/crd/bases/rhdh.redhat.com_orchestrators.yaml
@@ -91,7 +91,7 @@ spec:
                         description: SourceName captures the name of the catalog source
                         type: string
                       startingCSV:
-                        default: "logic-operator-rhel8.v1.34.0"
+                        default: "logic-operator-rhel8.v1.35.0"
                         description: The initial version of the operator
                         type: string
                     type: object
diff --git a/config/samples/_v1alpha1_orchestrator.yaml b/config/samples/_v1alpha1_orchestrator.yaml
index 1a26727b..c6a840b0 100644
--- a/config/samples/_v1alpha1_orchestrator.yaml
+++ b/config/samples/_v1alpha1_orchestrator.yaml
@@ -12,7 +12,7 @@ spec:
       installPlanApproval: Automatic # whether the update should be installed automatically
       name: logic-operator-rhel8 # name of the operator package
       sourceName: redhat-operators # name of the catalog source
-      startingCSV: logic-operator-rhel8.v1.34.0 # The initial version of the operator
+      startingCSV: logic-operator-rhel8.v1.35.0 # The initial version of the operator
   serverlessOperator:
     enabled: true # whether the operator should be deployed by the chart
     subscription:
diff --git a/helm-charts/orchestrator/README.md b/helm-charts/orchestrator/README.md
index e96c9145..6323cea0 100644
--- a/helm-charts/orchestrator/README.md
+++ b/helm-charts/orchestrator/README.md
@@ -19,7 +19,7 @@ The following table lists the configurable parameters of the Orchestrator chart
 | `sonataFlowOperator.subscription.installPlanApproval`       | whether the update should be installed automatically                                                                                                                                                                                                                                                          | `"Automatic"`                                                                                       |
 | `sonataFlowOperator.subscription.name`                      | name of the operator package                                                                                                                                                                                                                                                                                  | `"logic-operator-rhel8"`                                                                            |
 | `sonataFlowOperator.subscription.sourceName`                | name of the catalog source                                                                                                                                                                                                                                                                                    | `"redhat-operators"`                                                                                |
-| `sonataFlowOperator.subscription.startingCSV`               | The initial version of the operator                                                                                                                                                                                                                                                                           | `"logic-operator-rhel8.v1.34.0"`                                                                    |
+| `sonataFlowOperator.subscription.startingCSV`               | The initial version of the operator                                                                                                                                                                                                                                                                           | `"logic-operator-rhel8.v1.35.0"`                                                                    |
 | `serverlessOperator.enabled`                                | whether the operator should be deployed by the chart                                                                                                                                                                                                                                                          | `true`                                                                                              |
 | `serverlessOperator.subscription.namespace`                 | namespace where the operator should be deployed                                                                                                                                                                                                                                                               | `"openshift-serverless"`                                                                            |
 | `serverlessOperator.subscription.channel`                   | channel of an operator package to subscribe to                                                                                                                                                                                                                                                                | `"stable"`                                                                                          |
diff --git a/helm-charts/orchestrator/values.yaml b/helm-charts/orchestrator/values.yaml
index d5ffa1fd..34ba8060 100644
--- a/helm-charts/orchestrator/values.yaml
+++ b/helm-charts/orchestrator/values.yaml
@@ -7,7 +7,7 @@ sonataFlowOperator:
     installPlanApproval: Automatic # whether the update should be installed automatically
     name: logic-operator-rhel8 # name of the operator package
     sourceName: redhat-operators # name of the catalog source
-    startingCSV: logic-operator-rhel8.v1.34.0 # The initial version of the operator
+    startingCSV: logic-operator-rhel8.v1.35.0 # The initial version of the operator
 
 serverlessOperator:
   enabled: true # whether the operator should be deployed by the chart