Skip to content

Commit c9516e2

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.22.x] update konflux configuration
1 parent ac20c70 commit c9516e2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/update-sources.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
22
name: update-sources-tektoncd-chains
3-
43
on:
54
workflow_dispatch: {}
65
schedule:
7-
- cron: "0 1 * * *" # At 1AM everyday
6+
- cron: "0 23 * * *" # At 23:00 everyday
87

98
jobs:
109

.tekton/tektoncd-chains-1-22-controller-pull-request.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ metadata:
1717
".tekton/tektoncd-chains-1-22-controller-pull-request.yaml".pathChanged())
1818
labels:
1919
appstudio.openshift.io/application: openshift-pipelines-core-1-22
20-
appstudio.openshift.io/component: tektoncd-chains-controller-1-22
20+
appstudio.openshift.io/component: tektoncd-chains-1-22-controller
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-chains-1-22-controller-on-pull-request
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd/chains'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -35,7 +37,6 @@ spec:
3537
value: .konflux/dockerfiles/controller.Dockerfile
3638
- name: additional-tags
3739
value:
38-
- "on-pr-1.22"
3940
- "on-pr-1.22.0"
4041
- name: build-platforms
4142
value:
@@ -46,7 +47,7 @@ spec:
4647
pipelineRef:
4748
name: docker-build-ta
4849
taskRunTemplate:
49-
serviceAccountName: build-pipeline-tektoncd-chains-controller-1-22
50+
serviceAccountName: build-pipeline-tektoncd-chains-1-22-controller
5051
workspaces:
5152
- name: git-auth
5253
secret:

.tekton/tektoncd-chains-1-22-controller-push.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ metadata:
1717
creationTimestamp: null
1818
labels:
1919
appstudio.openshift.io/application: openshift-pipelines-core-1-22
20-
appstudio.openshift.io/component: tektoncd-chains-controller-1-22
20+
appstudio.openshift.io/component: tektoncd-chains-1-22-controller
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-chains-1-22-controller-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
28+
- name: upstream-git-url
29+
value: 'https://github.com/tektoncd/chains'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -33,15 +35,14 @@ spec:
3335
value: .konflux/dockerfiles/controller.Dockerfile
3436
- name: additional-tags
3537
value:
36-
- "1.22"
3738
- "1.22.0"
3839
- name: prefetch-input
3940
value: |
4041
{"type": "rpm", "path": ".konflux/rpms"}
4142
pipelineRef:
4243
name: docker-build-ta
4344
taskRunTemplate:
44-
serviceAccountName: build-pipeline-tektoncd-chains-controller-1-22
45+
serviceAccountName: build-pipeline-tektoncd-chains-1-22-controller
4546
workspaces:
4647
- name: git-auth
4748
secret:

0 commit comments

Comments
 (0)