diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index 01bf9113fe..38d047a615 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -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 diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 69b1ea623d..c5bf970b93 100644 --- a/collector/container/konflux.Dockerfile +++ b/collector/container/konflux.Dockerfile @@ -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"]