Skip to content

Commit

Permalink
fix: extend deadline for roxctl pulls from quay.io (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Apr 15, 2024
1 parent 79d0d0c commit 59c6a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/infra-server/static/workflow-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
from: '{{ "{{" }}workflow.outputs.artifacts.global-tfvars{{ "}}" }}'

- name: roxctl
activeDeadlineSeconds: 120
activeDeadlineSeconds: 600
outputs:
artifacts:
- name: roxctl
Expand Down
2 changes: 1 addition & 1 deletion chart/infra-server/static/workflow-qa-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
from: '{{ "{{" }}workflow.outputs.artifacts.global-tfvars{{ "}}" }}'

- name: roxctl
activeDeadlineSeconds: 120
activeDeadlineSeconds: 600
outputs:
artifacts:
- name: roxctl
Expand Down

0 comments on commit 59c6a0b

Please sign in to comment.