Skip to content

Commit

Permalink
fix: more memory for degit init-container
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 1, 2024
1 parent 651be24 commit 0784181
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions plugins/contrib/charts/job/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
enabled:
output: false
namespace:
repository:
gitBranch:
namespace:
repository:
gitBranch:
runs: {}
defaults:
image: "debian:stable"
Expand All @@ -15,27 +15,27 @@ defaults:
serviceAccountName: ""
resources:
limits:
cpu:
memory:
cpu:
memory:
requests:
cpu:
memory:
cpu:
memory:
degitRepository:
resources:
limits:
cpu:
memory:
cpu: "1"
memory: 1Gi
requests:
cpu:
memory:
cpu: "1"
memory: 1Gi
degitAction:
resources:
limits:
cpu:
memory:
cpu:
memory:
requests:
cpu:
memory:
cpu:
memory:
deployKey:
enabled: false
secretRefName: deploy-key
Expand All @@ -44,4 +44,5 @@ defaults:
secretRefName: kubeconfig
secretRefKey: KUBECONFIG
mountDeployKey: false
_pluginValuesCompilerContribJob: true
_pluginValuesCompilerContribJob: true

0 comments on commit 0784181

Please sign in to comment.