Skip to content

Commit

Permalink
ROX-24530: let Konflux images expire after 13w (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored Jan 9, 2025
1 parent 83f1e75 commit 95e205e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .tekton/scanner-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
# TODO(ROX-24530): return expiration for non-released images to 13w
value: '52w'
value: '13w'
- name: output-image-repo
value: quay.io/rhacs-eng/scanner
- name: path-context
Expand Down
3 changes: 1 addition & 2 deletions .tekton/scanner-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
# TODO(ROX-24530): return expiration for non-released images to 13w
value: '52w'
value: '13w'
- name: output-image-repo
value: quay.io/rhacs-eng/scanner-db
- name: path-context
Expand Down
3 changes: 1 addition & 2 deletions .tekton/scanner-db-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
# TODO(ROX-24530): return expiration for non-released images to 13w
value: '52w'
value: '13w'
- name: output-image-repo
value: quay.io/rhacs-eng/scanner-db-slim
- name: path-context
Expand Down
3 changes: 1 addition & 2 deletions .tekton/scanner-slim-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: image-expires-after
# TODO(ROX-24530): return expiration for non-released images to 13w
value: '52w'
value: '13w'
- name: output-image-repo
value: quay.io/rhacs-eng/scanner-slim
- name: path-context
Expand Down

0 comments on commit 95e205e

Please sign in to comment.