From 6a565d43fa0dac2355576fdd08d7ba60aee102fe Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Fri, 29 May 2026 23:49:07 +0200 Subject: [PATCH] [release-1.9] fix(orchestrator-infra): increase infra-test pod memory to fix nightly CI Bump infra-test pod memory requests and limits from 20Mi to 50Mi (cherry-picked from 0afb7da) and bump chart version to 0.4.3. --- charts/orchestrator-infra/Chart.yaml | 2 +- charts/orchestrator-infra/README.md | 4 ++-- charts/orchestrator-infra/templates/tests/infra-test.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/orchestrator-infra/Chart.yaml b/charts/orchestrator-infra/Chart.yaml index de130f78..082151ee 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.4.2 +version: 0.4.3 diff --git a/charts/orchestrator-infra/README.md b/charts/orchestrator-infra/README.md index 7a46ce09..be8589b6 100644 --- a/charts/orchestrator-infra/README.md +++ b/charts/orchestrator-infra/README.md @@ -1,7 +1,7 @@ # Orchestrator Infra Chart for OpenShift -![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) +![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-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. @@ -25,7 +25,7 @@ Kubernetes: `>= 1.25.0-0` ```console helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart -helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.4.2 +helm install my-orchestrator-infra redhat-developer/redhat-developer-hub-orchestrator-infra --version 0.4.3 ``` > **Tip**: List all releases using `helm list` diff --git a/charts/orchestrator-infra/templates/tests/infra-test.yaml b/charts/orchestrator-infra/templates/tests/infra-test.yaml index 505db914..d4f5f4d5 100644 --- a/charts/orchestrator-infra/templates/tests/infra-test.yaml +++ b/charts/orchestrator-infra/templates/tests/infra-test.yaml @@ -90,10 +90,10 @@ spec: resources: requests: cpu: 10m - memory: 20Mi + memory: 50Mi limits: cpu: 10m - memory: 20Mi + memory: 50Mi image: {{ .Values.tests.image }} command: ["/bin/sh", "-c"] args: