From 59727757ca4e0bb915efbd8fe4464dbdc1971740 Mon Sep 17 00:00:00 2001 From: Elai Shalev <129178340+elai-shalev@users.noreply.github.com> Date: Thu, 7 Aug 2025 18:24:49 +0300 Subject: [PATCH 1/2] bumping osl version to 1.36 in orchestrator-infra --- charts/orchestrator-infra/README.md | 8 ++++---- charts/orchestrator-infra/README.md.gotmpl | 6 +++--- charts/orchestrator-infra/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index 9bb54f26..e1e1abb4 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -90,7 +90,7 @@ The command removes all the Kubernetes components associated with the chart and | serverlessLogicOperator.subscription.spec.name | name of the operator package | string | `"logic-operator-rhel8"` | | serverlessLogicOperator.subscription.spec.source | name of the catalog source | string | `"redhat-operators"` | | serverlessLogicOperator.subscription.spec.sourceNamespace | | string | `"openshift-marketplace"` | -| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator, must match CRDs installed by the chart | string | `"logic-operator-rhel8.v1.35.0"` | +| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator, must match CRDs installed by the chart | string | `"logic-operator-rhel8.v1.36.0"` | | serverlessOperator.enabled | whether the operator should be deployed by the chart | bool | `true` | | serverlessOperator.subscription.namespace | namespace where the operator should be deployed | string | `"openshift-serverless"` | | serverlessOperator.subscription.spec.channel | channel of an operator package to subscribe to | string | `"stable"` | @@ -108,10 +108,10 @@ The orchestrator-infra chart requires several CRDs for Knative Eventing and Knat The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`. After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster. -The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD: +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: ```bash -docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml +docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.36.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml -docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml +docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.36.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml ``` \ No newline at end of file diff --git a/charts/orchestrator-infra/README.md.gotmpl b/charts/orchestrator-infra/README.md.gotmpl index 07244b82..ee8fc96f 100644 --- a/charts/orchestrator-infra/README.md.gotmpl +++ b/charts/orchestrator-infra/README.md.gotmpl @@ -83,10 +83,10 @@ The orchestrator-infra chart requires several CRDs for Knative Eventing and Knat The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`. After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster. -The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD: +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: ```bash -docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml +docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.36.0 /manifests/operator_v1beta1_knativeeventing_crd.yaml > knative-eventing-crd.yaml -docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.35.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml +docker run --rm --entrypoint cat registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.36.0 /manifests/operator_v1beta1_knativeserving_crd.yaml > knative-serving-crd.yaml ``` \ No newline at end of file diff --git a/charts/orchestrator-infra/values.yaml b/charts/orchestrator-infra/values.yaml index 158becaf..88df4343 100644 --- a/charts/orchestrator-infra/values.yaml +++ b/charts/orchestrator-infra/values.yaml @@ -15,7 +15,7 @@ serverlessLogicOperator: source: redhat-operators sourceNamespace: openshift-marketplace # -- The initial version of the operator, must match CRDs installed by the chart - startingCSV: logic-operator-rhel8.v1.35.0 + startingCSV: logic-operator-rhel8.v1.36.0 serverlessOperator: # -- whether the operator should be deployed by the chart From 48b7ef706decb35dd05e2bf6b15e2ba9e6b0d9cf Mon Sep 17 00:00:00 2001 From: Elai Shalev Date: Mon, 11 Aug 2025 17:52:47 +0300 Subject: [PATCH 2/2] bumping chart version --- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-infra/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index e14f2f43..edf95282 100644 --- a/charts/orchestrator-infra/Chart.yaml +++ b/charts/orchestrator-infra/Chart.yaml @@ -14,4 +14,4 @@ maintainers: type: application sources: - https://github.com/redhat-developer/rhdh-chart -version: 0.1.0 +version: 0.1.1 diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index e1e1abb4..0fea6f69 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) 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.