From 81b446bbc1486fc28ffbf5c7e7215af8a5fb5bbd Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 22 Feb 2024 13:46:28 -0500 Subject: [PATCH] Bump up liquibase job resources Signed-off-by: Brandon --- Charts/qtest-mgr/Chart.yaml | 2 +- Charts/qtest-mgr/templates/job-liquibase.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Charts/qtest-mgr/Chart.yaml b/Charts/qtest-mgr/Chart.yaml index 9e436989..2a1e13e0 100644 --- a/Charts/qtest-mgr/Chart.yaml +++ b/Charts/qtest-mgr/Chart.yaml @@ -71,7 +71,7 @@ icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_l # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.5 +version: 1.3.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/Charts/qtest-mgr/templates/job-liquibase.yaml b/Charts/qtest-mgr/templates/job-liquibase.yaml index b2495c3f..a116d2d3 100644 --- a/Charts/qtest-mgr/templates/job-liquibase.yaml +++ b/Charts/qtest-mgr/templates/job-liquibase.yaml @@ -28,10 +28,10 @@ spec: imagePullPolicy: {{ .Values.image.liquibasepullpolicy }} resources: requests: - memory: "0.5Gi" + memory: "1Gi" cpu: "0.25" limits: - memory: "1Gi" + memory: "2Gi" cpu: "0.5" env: - name: POSTGRES_URL