Skip to content

Commit

Permalink
Allocate more memory to clair-scan step
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Nov 17, 2024
1 parent 6cfc0f4 commit 8276b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/ansible-chatbot-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spec:
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: build-container
- pipelineTaskName: clair-scan
stepSpecs:
- name: build
- name: clair-scan
computeResources:
requests:
memory: 10Gi
Expand Down
4 changes: 2 additions & 2 deletions .tekton/ansible-chatbot-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spec:
- name: revision
value: "{{revision}}"
taskRunSpecs:
- pipelineTaskName: build-container
- pipelineTaskName: clair-scan
stepSpecs:
- name: build
- name: clair-scan
computeResources:
requests:
memory: 10Gi
Expand Down

0 comments on commit 8276b7f

Please sign in to comment.