Skip to content

Commit

Permalink
bump system-update resources (#547)
Browse files Browse the repository at this point in the history
* bump system-update resources
  • Loading branch information
david-leifker authored Jan 29, 2025
1 parent 7b98260 commit 373bd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for DataHub
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.5.2
version: 0.5.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.15.0
Expand Down
4 changes: 2 additions & 2 deletions charts/datahub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ datahubSystemUpdate:
resources:
limits:
cpu: 500m
memory: 512Mi
memory: 2Gi
requests:
cpu: 300m
memory: 256Mi
memory: 2Gi
# Add extra sidecar containers to job pod
extraSidecars: []
# - name: my-image-name
Expand Down

0 comments on commit 373bd93

Please sign in to comment.