Skip to content

Commit

Permalink
[CCXDEV-14488] Fix pr_check and clowdapp.yaml IMAGE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Oct 3, 2024
1 parent f0b6742 commit 4b8de00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ parameters:
value: "1"
- name: IMAGE
description: Image ID of the job.
value: quay.io/cloudservices/insights-results-aggregator-exporter
value: quay.io/redhat-services-prod/obsint-processing-tenant/aggregator-exporter/aggregator-exporter
- name: IMAGE_TAG
description: The image tag.
value: latest
Expand Down
3 changes: 3 additions & 0 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ IMAGE="quay.io/cloudservices/insights-results-aggregator-exporter"
COMPONENTS="insights-results-aggregator-exporter ccx-notification-service ccx-notification-db-cleaner" # space-separated list of components to laod
COMPONENTS_W_RESOURCES="insights-results-aggregator-exporter" # component to keep
CACHE_FROM_LATEST_IMAGE="true"
# Set the correct images for pull requests.
# pr_check in pull requests still uses the old cloudservices images
EXTRA_DEPLOY_ARGS="--set-parameter insights-results-aggregator-exporter/IMAGE=quay.io/cloudservices/insights-results-aggregator-exporter"

export IQE_PLUGINS="ccx"
export IQE_MARKER_EXPRESSION=""
Expand Down

0 comments on commit 4b8de00

Please sign in to comment.