-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add docker secret to tekton-results and minio #1406
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
ca6a88c
to
bc9c6c1
Compare
/retest |
the configuration worked in the pipeline here
marking as ready for a review |
@psturc: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/e2e-tests:konflux-e2e-6lvw6-t5cf6 |
/lgtm |
failed on
which is unrelated to this PR |
merging, because this should unblock other PRs hitting an issue with docker pull rate limit |
Description
I saw the docker pull issue in test cluster recently
it affected not only the
minio-operator
ns, but alsotekton-results
This PR adds docker pull secret to both of those namespaces to avoid the docker pull limit issue
Issue ticket number and link
N/A
Type of change
How Has This Been Tested?
in CI 🤷
Checklist: