Skip to content

Commit

Permalink
remove CPU limits from trusted artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
enkeefe00 committed Jan 15, 2025
1 parent 0b0dfad commit 421c5bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion task-generator/trusted-artifacts/golden/git-clone/ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ spec:
value: $(params.ociArtifactExpiresAfter)
computeResources:
limits:
cpu: "1"
memory: 3Gi
requests:
cpu: "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ spec:
value: $(params.ociArtifactExpiresAfter)
computeResources:
limits:
cpu: "1"
memory: 3Gi
requests:
cpu: "1"
Expand Down
1 change: 0 additions & 1 deletion task-generator/trusted-artifacts/ta.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ func perform(task *pipeline.Task, recipe *Recipe) error {
core.ResourceMemory: resource.MustParse("3Gi"),
},
Limits: core.ResourceList{
core.ResourceCPU: resource.MustParse("1"),
core.ResourceMemory: resource.MustParse("3Gi"),
},
},
Expand Down

0 comments on commit 421c5bb

Please sign in to comment.