Skip to content

Commit ebef464

Browse files
authored
[release-1.8] fix(orchestrator-infra): increase infra-test pod memory to fix nightly CI (#420)
1 parent fef023b commit ebef464

3 files changed

Lines changed: 5 additions & 5 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.2.3
17+
version: 0.2.4

charts/orchestrator-infra/README.md

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

22
# Orchestrator Infra Chart for OpenShift
33

4-
![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square)
4+
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.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.2.3
28+
helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.2.4
2929
```
3030

3131
> **Tip**: List all releases using `helm list`

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:

0 commit comments

Comments
 (0)