diff --git a/deploy/clowdapp-db-cleaner.yaml b/deploy/clowdapp-db-cleaner.yaml index c5e229f..035ab18 100644 --- a/deploy/clowdapp-db-cleaner.yaml +++ b/deploy/clowdapp-db-cleaner.yaml @@ -95,7 +95,7 @@ parameters: # general params - description: Image name name: IMAGE - value: quay.io/cloudservices/ccx-notification-writer + value: quay.io/redhat-services-prod/obsint-processing-tenant/notification-writer/notification-writer - description: Image tag name: IMAGE_TAG required: true diff --git a/deploy/clowdapp.yaml b/deploy/clowdapp.yaml index 34b5d9e..945dfc0 100644 --- a/deploy/clowdapp.yaml +++ b/deploy/clowdapp.yaml @@ -258,7 +258,7 @@ parameters: # general params - description: Image name name: IMAGE - value: quay.io/cloudservices/ccx-notification-writer + value: quay.io/redhat-services-prod/obsint-processing-tenant/notification-writer/notification-writer - description: Image tag name: IMAGE_TAG required: true diff --git a/pr_check.sh b/pr_check.sh index 122a17f..99660f8 100755 --- a/pr_check.sh +++ b/pr_check.sh @@ -15,6 +15,12 @@ COMPONENTS="ccx-data-pipeline ccx-insights-results ccx-redis dvo-writer ccx-smar COMPONENTS_W_RESOURCES="ccx-notification-writer" # component to keep CACHE_FROM_LATEST_IMAGE="true" DEPLOY_FRONTENDS="false" +# Set the correct images for pull requests. +# pr_check in pull requests still uses the old cloudservices images +EXTRA_DEPLOY_ARGS="\ + --set-parameter ccx-notification-writer/IMAGE=quay.io/cloudservices/ccx-notification-writer \ + --set-parameter ccx-notification-db-cleaner/IMAGE=quay.io/cloudservices/ccx-notification-writer \ +" export IQE_PLUGINS="ccx"