Skip to content
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

redirect task to the new quay repo konflux-ci #1593

Merged
merged 2 commits into from
Nov 14, 2024
Merged
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 renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"matchPackageNames": [
"quay.io/redhat-appstudio/konflux-test",
"quay.io/redhat-appstudio/clair-in-ci",
"quay.io/redhat-appstudio/clamav-db"
"quay.io/konflux-ci/clamav-db"
],
"groupName": "integration",
"reviewers": ["dirgim", "hongweiliu17", "jsztuka", "Josh-Everett", " 14rcole", "chipspeak", "dheerajodha", "kasemAlem", "jencull", "sonam1412"]
Expand All @@ -69,7 +69,7 @@
},
{
"matchPackageNames": [
"quay.io/redhat-appstudio/clamav-db"
"quay.io/konflux-ci/clamav-db"
],
"enabled": false,
"groupName": "ignore"
Expand Down
2 changes: 1 addition & 1 deletion task/clamav-scan/0.1/clamav-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
# provides latest virus database for clamscan only
# does not execute anything
sidecars:
- image: quay.io/redhat-appstudio/clamav-db:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
- image: quay.io/konflux-ci/clamav-db:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
imagePullPolicy: Always
name: database
script: |
Expand Down
Loading