Skip to content

Commit c75c135

Browse files
red-hat-konflux[bot]konflux
andauthored
Konflux build pipeline service account migration for assisted-installer-ds-main (#1110)
Signed-off-by: konflux <konflux@no-reply.konflux-ci.dev> Co-authored-by: konflux <konflux@no-reply.konflux-ci.dev>
1 parent a1572a3 commit c75c135

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.tekton/assisted-installer-ds-main-pull-request.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ spec:
397397
- name: CACHI2_ARTIFACT
398398
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
399399
- name: ARGS
400-
value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
400+
value: --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
401401
- name: IGNORE_FILE_PATHS
402-
value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go"
402+
value: vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go
403403
runAfter:
404404
- build-image-index
405405
taskRef:
@@ -621,7 +621,8 @@ spec:
621621
optional: true
622622
- name: netrc
623623
optional: true
624-
taskRunTemplate: {}
624+
taskRunTemplate:
625+
serviceAccountName: build-pipeline-assisted-installer-ds-main
625626
workspaces:
626627
- name: git-auth
627628
secret:

.tekton/assisted-installer-ds-main-push.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ spec:
394394
- name: CACHI2_ARTIFACT
395395
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
396396
- name: ARGS
397-
value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
397+
value: --project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
398398
- name: IGNORE_FILE_PATHS
399-
value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go"
399+
value: vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go
400400
runAfter:
401401
- build-image-index
402402
taskRef:
@@ -558,7 +558,8 @@ spec:
558558
- name: IMAGE
559559
value: $(tasks.build-image-index.results.IMAGE_URL)
560560
- name: ADDITIONAL_TAGS
561-
value: ["latest"]
561+
value:
562+
- latest
562563
runAfter:
563564
- build-image-index
564565
taskRef:
@@ -620,7 +621,8 @@ spec:
620621
optional: true
621622
- name: netrc
622623
optional: true
623-
taskRunTemplate: {}
624+
taskRunTemplate:
625+
serviceAccountName: build-pipeline-assisted-installer-ds-main
624626
workspaces:
625627
- name: git-auth
626628
secret:

0 commit comments

Comments
 (0)