Skip to content

Commit

Permalink
Merge pull request #496 from matysek/mzibrick-ccxdev14488
Browse files Browse the repository at this point in the history
[CCXDEV-14488] Fix pr_check and clowdapp.yaml IMAGE variable
  • Loading branch information
matysek authored Oct 4, 2024
2 parents a48cd65 + a61c3c1 commit b7cd075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/clowdapp-db-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7cd075

Please sign in to comment.