Skip to content

konflux: Add 4.8 suffix #2193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .tekton/collector-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ metadata:
event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$")
)
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/component: collector
appstudio.openshift.io/application: acs-4-8
appstudio.openshift.io/component: collector-4-8
pipelines.appstudio.openshift.io/type: build
name: collector-on-push
namespace: rh-acs-tenant
Expand Down Expand Up @@ -135,7 +135,7 @@ spec:
computeResources: *ta-resources

taskRunTemplate:
serviceAccountName: build-pipeline-collector
serviceAccountName: build-pipeline-collector-4-8

timeouts:
# The pipeline regularly takes >1h to finish.
Expand Down
Loading