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: