Skip to content

Commit 62b7586

Browse files
authored
Add 4.8 suffix to labels (#2193)
1 parent 46fd1cc commit 62b7586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.tekton/collector-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ metadata:
1313
event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$")
1414
)
1515
labels:
16-
appstudio.openshift.io/application: acs
17-
appstudio.openshift.io/component: collector
16+
appstudio.openshift.io/application: acs-4-8
17+
appstudio.openshift.io/component: collector-4-8
1818
pipelines.appstudio.openshift.io/type: build
1919
name: collector-on-push
2020
namespace: rh-acs-tenant
@@ -135,7 +135,7 @@ spec:
135135
computeResources: *ta-resources
136136

137137
taskRunTemplate:
138-
serviceAccountName: build-pipeline-collector
138+
serviceAccountName: build-pipeline-collector-4-8
139139

140140
timeouts:
141141
# The pipeline regularly takes >1h to finish.

0 commit comments

Comments
 (0)