You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Operator and OpenShift Serverless Logic Operator, both required to configure Red Hat Developer Hub to use the Orchestrator.
| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator, must match CRDs installed by the chart | string |`"logic-operator.v1.37.2"`|
93
+
| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator, must match CRDs installed by the chart | string |`"logic-operator.v1.38.0"`|
94
94
| serverlessOperator.enabled | whether the operator should be deployed by the chart | bool |`true`|
95
95
| serverlessOperator.subscription.namespace | namespace where the operator should be deployed | string |`"openshift-serverless"`|
96
96
| serverlessOperator.subscription.spec.channel | channel of an operator package to subscribe to | string |`"stable"`|
@@ -111,7 +111,7 @@ After installing the openshift-serverless subscription, more Knative CRDs will b
111
111
The versions of the CRDs present in the chart and the ones in the subscription must match. In order to verify the correct CRD, use this following command to extract the CRD:
Copy file name to clipboardExpand all lines: charts/orchestrator-infra/README.md.gotmpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ After installing the openshift-serverless subscription, more Knative CRDs will b
86
86
The versions of the CRDs present in the chart and the ones in the subscription must match. In order to verify the correct CRD, use this following command to extract the CRD:
0 commit comments