Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/collector-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ spec:
timeouts:
# The pipeline regularly takes >1h to finish.
# When changing the value here, make sure to adjust wait-for-images time limit in .github/workflows/konflux-tests.yml
tasks: 2h
tasks: 3h
finally: 10m
pipeline: 2h10m
pipeline: 3h10m

pipelineRef:
name: collector-component-pipeline
2 changes: 2 additions & 0 deletions collector/container/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ COPY --from=builder ${CMAKE_BUILD_DIR}/collector/self-checks /usr/local/bin/

COPY LICENSE /licenses/LICENSE

RUN update-crypto-policies --set DEFAULT:PQ

EXPOSE 8080 9090

ENTRYPOINT ["collector"]
Loading