Skip to content

Commit

Permalink
fix: use konflux image (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: LIzhong Chen <[email protected]>
  • Loading branch information
chenlizhong authored Oct 25, 2024
1 parent cc78735 commit 568f4d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ parameters:
- name: ENV_NAME
required: true
- name: IMAGE
value: quay.io/cloudservices/module-update-router
value: quay.io/redhat-services-prod/insights-management-tenant/insights-module-update-router/module-update-router
required: true
- name: IMAGE_TAG
required: true
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
],
"schedule": [
"on Monday after 3am and before 10am"
],
"ignorePaths": [
".pre-commit-config.yaml"
]
}

0 comments on commit 568f4d3

Please sign in to comment.