Skip to content

Commit

Permalink
Bump OSL 1.35
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Nov 18, 2024
1 parent 763ac46 commit 02dbf41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/rhdh.redhat.com_orchestrators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/rhdh.redhat.com_orchestrators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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
Expand Down
2 changes: 1 addition & 1 deletion config/samples/_v1alpha1_orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02dbf41

Please sign in to comment.