Skip to content

Commit

Permalink
Merge pull request #163 from Tricentis/fix/increase-liquibase-resources
Browse files Browse the repository at this point in the history
Fix: Bump up liquibase job resources
  • Loading branch information
byangtri authored Feb 22, 2024
2 parents 1e8f607 + 81b446b commit f728766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charts/qtest-mgr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-mgr/templates/job-liquibase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f728766

Please sign in to comment.