Skip to content

Commit 0e5d2d2

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.22.x] update konflux configuration
1 parent 76bd184 commit 0e5d2d2

7 files changed

+28
-23
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-hub
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-hub-1-22-api-pull-request.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ metadata:
1717
".tekton/tektoncd-hub-1-22-api-pull-request.yaml".pathChanged())
1818
labels:
1919
appstudio.openshift.io/application: openshift-pipelines-core-1-22
20-
appstudio.openshift.io/component: tektoncd-hub-api-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-api
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-api-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -35,18 +37,17 @@ spec:
3537
value: .konflux/dockerfiles/api.Dockerfile
3638
- name: additional-tags
3739
value:
38-
- "on-pr-1.22"
3940
- "on-pr-1.22.0"
4041
- name: build-platforms
4142
value:
42-
- linux/x86_64
43+
- linux/x86_64
4344
- name: prefetch-input
4445
value: |
4546
{"type": "rpm", "path": ".konflux/rpms"}
4647
pipelineRef:
4748
name: docker-build-ta
4849
taskRunTemplate:
49-
serviceAccountName: build-pipeline-tektoncd-hub-api-1-22
50+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-api
5051
workspaces:
5152
- name: git-auth
5253
secret:

.tekton/tektoncd-hub-1-22-api-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-hub-api-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-api
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-api-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -33,15 +35,14 @@ spec:
3335
value: .konflux/dockerfiles/api.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-hub-api-1-22
45+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-api
4546
workspaces:
4647
- name: git-auth
4748
secret:

.tekton/tektoncd-hub-1-22-db-migration-pull-request.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ metadata:
1717
".tekton/tektoncd-hub-1-22-db-migration-pull-request.yaml".pathChanged())
1818
labels:
1919
appstudio.openshift.io/application: openshift-pipelines-core-1-22
20-
appstudio.openshift.io/component: tektoncd-hub-db-migration-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-db-migration
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-db-migration-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -35,18 +37,17 @@ spec:
3537
value: .konflux/dockerfiles/db-migration.Dockerfile
3638
- name: additional-tags
3739
value:
38-
- "on-pr-1.22"
3940
- "on-pr-1.22.0"
4041
- name: build-platforms
4142
value:
42-
- linux/x86_64
43+
- linux/x86_64
4344
- name: prefetch-input
4445
value: |
4546
{"type": "rpm", "path": ".konflux/rpms"}
4647
pipelineRef:
4748
name: docker-build-ta
4849
taskRunTemplate:
49-
serviceAccountName: build-pipeline-tektoncd-hub-db-migration-1-22
50+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-db-migration
5051
workspaces:
5152
- name: git-auth
5253
secret:

.tekton/tektoncd-hub-1-22-db-migration-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-hub-db-migration-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-db-migration
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-db-migration-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -33,15 +35,14 @@ spec:
3335
value: .konflux/dockerfiles/db-migration.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-hub-db-migration-1-22
45+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-db-migration
4546
workspaces:
4647
- name: git-auth
4748
secret:

.tekton/tektoncd-hub-1-22-ui-pull-request.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ metadata:
1717
".tekton/tektoncd-hub-1-22-ui-pull-request.yaml".pathChanged())
1818
labels:
1919
appstudio.openshift.io/application: openshift-pipelines-core-1-22
20-
appstudio.openshift.io/component: tektoncd-hub-ui-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-ui
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-ui-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -35,18 +37,17 @@ spec:
3537
value: .konflux/dockerfiles/ui.Dockerfile
3638
- name: additional-tags
3739
value:
38-
- "on-pr-1.22"
3940
- "on-pr-1.22.0"
4041
- name: build-platforms
4142
value:
42-
- linux/x86_64
43+
- linux/x86_64
4344
- name: prefetch-input
4445
value: |
4546
[{"type": "npm", "path": "upstream/ui"}, {"type": "rpm", "path": ".konflux/rpms"}]
4647
pipelineRef:
4748
name: docker-build-ta
4849
taskRunTemplate:
49-
serviceAccountName: build-pipeline-tektoncd-hub-ui-1-22
50+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-ui
5051
workspaces:
5152
- name: git-auth
5253
secret:

.tekton/tektoncd-hub-1-22-ui-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-hub-ui-1-22
20+
appstudio.openshift.io/component: tektoncd-hub-1-22-ui
2121
pipelines.appstudio.openshift.io/type: build
2222
name: tektoncd-hub-1-22-ui-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/hub'
2830
- name: revision
2931
value: '{{revision}}'
3032
- name: output-image
@@ -33,15 +35,14 @@ spec:
3335
value: .konflux/dockerfiles/ui.Dockerfile
3436
- name: additional-tags
3537
value:
36-
- "1.22"
3738
- "1.22.0"
3839
- name: prefetch-input
3940
value: |
4041
[{"type": "npm", "path": "upstream/ui"}, {"type": "rpm", "path": ".konflux/rpms"}]
4142
pipelineRef:
4243
name: docker-build-ta
4344
taskRunTemplate:
44-
serviceAccountName: build-pipeline-tektoncd-hub-ui-1-22
45+
serviceAccountName: build-pipeline-tektoncd-hub-1-22-ui
4546
workspaces:
4647
- name: git-auth
4748
secret:

0 commit comments

Comments
 (0)