Skip to content

Commit e982f3f

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.15.x] update konflux configuration
1 parent f98fc16 commit e982f3f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.tekton/console-plugin-1-15-console-plugin-pull-request.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ spec:
3434
value: 5d
3535
- name: dockerfile
3636
value: .konflux/dockerfiles/console-plugin.Dockerfile
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
3740
- name: prefetch-input
3841
value: |
39-
[{"type": "yarn"}, {"type": "npm", "path": ".konflux/npm"}]
42+
{"type": "rpm", "path": ".konflux/rpms"}
4043
pipelineRef:
4144
name: docker-build-ta
4245
taskRunTemplate:

.tekton/console-plugin-1-15-console-plugin-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
value: .konflux/dockerfiles/console-plugin.Dockerfile
3434
- name: prefetch-input
3535
value: |
36-
[{"type": "yarn"}, {"type": "npm", "path": ".konflux/npm"}]
36+
{"type": "rpm", "path": ".konflux/rpms"}
3737
pipelineRef:
3838
name: docker-build-ta
3939
taskRunTemplate:

0 commit comments

Comments
 (0)