hack: replace appstudio-utils image w/ task-runner#12029
Conversation
The `quay.io/konflux-ci/appstudio-utils` image is being deprecated in favor of `quay.io/konflux-ci/task-runner`, so let's use that instead. Fixes: KFLUXINFRA-3808 Signed-off-by: Andy Sadler <ansadler@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sadlerap The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Review Summary by QodoReplace appstudio-utils image with task-runner
WalkthroughsDescription• Replace deprecated appstudio-utils image with task-runner • Update image references in variables and deployment configs • Align with Konflux infrastructure deprecation plan Diagramflowchart LR
old["quay.io/konflux-ci/appstudio-utils"]
new["quay.io/konflux-ci/task-runner"]
vars["variables.yaml"]
template["configure-oauth-proxy-secret.yaml"]
old -->|deprecated| new
new -->|updated in| vars
new -->|updated in| template
File Changes1. hack/new-cluster/tasks/variables.yaml
|
Code Review by Qodo
1. Migration left old image
|
Kustomize Render DiffComparing No render differences detected. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12029 +/- ##
=======================================
Coverage 52.37% 52.37%
=======================================
Files 19 19
Lines 1283 1283
=======================================
Hits 672 672
Misses 539 539
Partials 72 72
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The
quay.io/konflux-ci/appstudio-utilsimage is being deprecated in favor ofquay.io/konflux-ci/task-runner, so let's use that instead.Fixes: KFLUXINFRA-3808