Skip to content

Commit 9ae8fb1

Browse files
Manual bump to release 1.10 - OSL update (#410)
Signed-off-by: Leanne Ahern <lahern@redhat.com>
1 parent 1d250ee commit 9ae8fb1

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/orchestrator-infra/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ maintainers:
1414
type: application
1515
sources:
1616
- https://github.com/redhat-developer/rhdh-chart
17-
version: 0.5.3
17+
version: 0.5.4

charts/orchestrator-infra/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Orchestrator Infra Chart for OpenShift
33

4-
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square)
4+
![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
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.
@@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0`
2525
```console
2626
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
2727

28-
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.5.3
28+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.5.4
2929
```
3030

3131
> **Tip**: List all releases using `helm list`
@@ -90,7 +90,7 @@ The command removes all the Kubernetes components associated with the chart and
9090
| serverlessLogicOperator.subscription.spec.name | name of the operator package | string | `"logic-operator"` |
9191
| serverlessLogicOperator.subscription.spec.source | name of the catalog source | string | `"redhat-operators"` |
9292
| serverlessLogicOperator.subscription.spec.sourceNamespace | | string | `"openshift-marketplace"` |
93-
| 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"` |
9494
| serverlessOperator.enabled | whether the operator should be deployed by the chart | bool | `true` |
9595
| serverlessOperator.subscription.namespace | namespace where the operator should be deployed | string | `"openshift-serverless"` |
9696
| 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
111111
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:
112112

113113
```bash
114-
export osl_bundle=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.37.2
114+
export osl_bundle=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.38.0
115115
podman container run --rm --entrypoint cat "$osl_bundle" /manifests/operator_v1beta1_knativeeventing_crd.yaml > crds/knative-eventing/knative-eventing-crd.yaml
116116

117117
podman container run --rm --entrypoint cat "$osl_bundle" /manifests/operator_v1beta1_knativeserving_crd.yaml > crds/knative-serving/knative-serving-crd.yaml

charts/orchestrator-infra/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ After installing the openshift-serverless subscription, more Knative CRDs will b
8686
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:
8787

8888
```bash
89-
export osl_bundle=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.37.2
89+
export osl_bundle=registry.redhat.io/openshift-serverless-1/serverless-operator-bundle:1.38.0
9090
podman container run --rm --entrypoint cat "$osl_bundle" /manifests/operator_v1beta1_knativeeventing_crd.yaml > crds/knative-eventing/knative-eventing-crd.yaml
9191
9292
podman container run --rm --entrypoint cat "$osl_bundle" /manifests/operator_v1beta1_knativeserving_crd.yaml > crds/knative-serving/knative-serving-crd.yaml

charts/orchestrator-infra/templates/tests/infra-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ spec:
9090
resources:
9191
requests:
9292
cpu: 10m
93-
memory: 20Mi
93+
memory: 50Mi
9494
limits:
9595
cpu: 10m
96-
memory: 20Mi
96+
memory: 50Mi
9797
image: {{ .Values.tests.image }}
9898
command: ["/bin/sh", "-c"]
9999
args:

charts/orchestrator-infra/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"type": "string"
4747
},
4848
"startingCSV": {
49-
"default": "logic-operator.v1.37.2",
49+
"default": "logic-operator.v1.38.0",
5050
"title": "The initial version of the operator",
5151
"type": "string"
5252
}

charts/orchestrator-infra/values.schema.tmpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"type": "string"
5353
},
5454
"startingCSV": {
55-
"default": "logic-operator.v1.37.2",
55+
"default": "logic-operator.v1.38.0",
5656
"title": "The initial version of the operator",
5757
"type": "string"
5858
}

charts/orchestrator-infra/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serverlessLogicOperator:
1515
source: redhat-operators
1616
sourceNamespace: openshift-marketplace
1717
# -- The initial version of the operator, must match CRDs installed by the chart
18-
startingCSV: logic-operator.v1.37.2
18+
startingCSV: logic-operator.v1.38.0
1919

2020
serverlessOperator:
2121
# -- whether the operator should be deployed by the chart

0 commit comments

Comments
 (0)