Skip to content

Commit

Permalink
feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci
Browse files Browse the repository at this point in the history
Update references to redhat-appstudio quay org to reflect move to konflux-ci.

Signed-off-by: Josh Everett <jeverett@redhat.com>
  • Loading branch information
Josh-Everett committed Dec 5, 2024
1 parent a338892 commit ff6b207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"matchPackageNames": [
"quay.io/redhat-appstudio/konflux-test",
"quay.io/redhat-appstudio/clair-in-ci",
"quay.io/konflux-ci/clair-in-ci",
"quay.io/konflux-ci/clamav-db"
],
"groupName": "integration",
Expand Down
2 changes: 1 addition & 1 deletion task/clair-scan/0.1/clair-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
done
fi
- name: get-vulnerabilities
image: quay.io/redhat-appstudio/clair-in-ci:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
image: quay.io/konflux-ci/clair-in-ci:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
computeResources:
limits:
memory: 4Gi
Expand Down
2 changes: 1 addition & 1 deletion task/clair-scan/0.2/clair-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
done
fi
- name: get-vulnerabilities
image: quay.io/redhat-appstudio/clair-in-ci:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
image: quay.io/konflux-ci/clair-in-ci:v1 # explicit floating tag, daily updates, per arch call this is exempt for now for use of image digest
computeResources:
limits:
memory: 4Gi
Expand Down

0 comments on commit ff6b207

Please sign in to comment.