Skip to content

Commit

Permalink
fix: increase memory limit for helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Aug 29, 2023
1 parent bae7e9d commit 660a80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/valid8or/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ controllerManager:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down Expand Up @@ -95,7 +95,7 @@ plugins:
resources:
limits:
cpu: 500m
memory: 512Mi
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit 660a80d

Please sign in to comment.