From 073b31b4316557f4e9f08c3011be44c107cffc6b Mon Sep 17 00:00:00 2001 From: Josh Everett Date: Wed, 4 Dec 2024 19:28:55 -0500 Subject: [PATCH] feat(STONEINTG-948): migrate redhat-appstudio/clair-in-ci Update references to redhat-appstudio quay org to reflect move to konflux-ci. Signed-off-by: Josh Everett --- task/clair-scan/0.1/clair-scan.yaml | 2 +- task/clair-scan/0.2/clair-scan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/task/clair-scan/0.1/clair-scan.yaml b/task/clair-scan/0.1/clair-scan.yaml index 535f80d6af..e6eac9e382 100644 --- a/task/clair-scan/0.1/clair-scan.yaml +++ b/task/clair-scan/0.1/clair-scan.yaml @@ -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 diff --git a/task/clair-scan/0.2/clair-scan.yaml b/task/clair-scan/0.2/clair-scan.yaml index 8181d55992..937205c9d0 100644 --- a/task/clair-scan/0.2/clair-scan.yaml +++ b/task/clair-scan/0.2/clair-scan.yaml @@ -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