Skip to content

Commit

Permalink
ROX-20230: bump image expiration on Konflux to 1y (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored Jun 5, 2024
1 parent cba8dcf commit f8bedc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/collector-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
- name: git-url
value: '{{repo_url}}'
- name: image-expires-after
# TODO(ROX-20230): make release images not expire.
value: '13w'
# TODO(ROX-24530): return expiration for non-released images to 13w
value: '52w'
- name: output-image-repo
value: quay.io/rhacs-eng/collector
- name: path-context
Expand Down

0 comments on commit f8bedc1

Please sign in to comment.