Skip to content

Commit

Permalink
fix: use konflux image as default for deployment (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: Lizhong Chen <lichen@redhat.com>
  • Loading branch information
JoySnow and chenlizhong authored Oct 12, 2024
1 parent bb34d56 commit 61af8f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ parameters:
- description: Image NAME
name: IMAGE
required: true
value: quay.io/cloudservices/yuptoo
value: quay.io/redhat-services-prod/insights-management-tenant/insights-yuptoo/yuptoo
- description: Image tag
name: IMAGE_TAG
required: true
Expand Down
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"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 61af8f3

Please sign in to comment.