From 454f7c4afb72f76785a10459830a5d2cf212c5b3 Mon Sep 17 00:00:00 2001 From: Kasem Alem Date: Mon, 11 Nov 2024 12:13:06 +0200 Subject: [PATCH] feat(STONEINTG-947): redierct task to the new quay repo konflux-ci Signed-off-by: Kasem Alem fix tektor linter issues Revert "fix tektor linter issues" This reverts commit b2f800cc603ec0907ad2b3962d46919a535e158e. fix(deps): update module github.com/tektoncd/pipeline to v0.65.0 feat(STONEINTG-947): redierct task to the new quay repo konflux-ci Signed-off-by: Kasem Alem --- renovate.json | 4 ++-- task/clamav-scan/0.1/clamav-scan.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index d795042cb..5d9dbfeff 100644 --- a/renovate.json +++ b/renovate.json @@ -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"] @@ -69,7 +69,7 @@ }, { "matchPackageNames": [ - "quay.io/redhat-appstudio/clamav-db" + "quay.io/konflux-ci/clamav-db" ], "enabled": false, "groupName": "ignore" diff --git a/task/clamav-scan/0.1/clamav-scan.yaml b/task/clamav-scan/0.1/clamav-scan.yaml index 823775f11..1053bc080 100644 --- a/task/clamav-scan/0.1/clamav-scan.yaml +++ b/task/clamav-scan/0.1/clamav-scan.yaml @@ -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: |