Skip to content

Commit

Permalink
Mention when we can stop pushing -slim and -latest collectors
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed May 27, 2024
1 parent a99ac1e commit 6eb96a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ spec:
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value:
- konflux-$(params.revision)
# TODO(ROX-24402): don't publish multiple tags when ability to install Slim collector is gone.
- $(tasks.determine-image-tag.results.image-tag)-latest
- $(tasks.determine-image-tag.results.image-tag)-slim
- konflux-$(params.revision)
runAfter:
- build-container
taskRef:
Expand Down

0 comments on commit 6eb96a0

Please sign in to comment.