Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .tekton/tektoncd-chains-1-14-controller-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
# Generated for Release 1.14 by openshift-pipelines/hack. DO NOT EDIT.
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
Expand All @@ -15,6 +15,7 @@ metadata:
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
".tekton/tektoncd-chains-1-14-controller-pull-request.yaml".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-core-1-14
appstudio.openshift.io/component: tektoncd-chains-1-14-controller
Expand All @@ -25,19 +26,14 @@ spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/chains'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-chains-controller-rhel9:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/chains-controller-rhel8:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
value: .konflux/dockerfiles/controller.Dockerfile
- name: additional-tags
value:
- "on-pr-1.14.0"
- name: build-platforms
value:
- linux/x86_64
Expand All @@ -46,8 +42,6 @@ spec:
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-chains-1-14-controller
workspaces:
- name: git-auth
secret:
Expand Down
11 changes: 2 additions & 9 deletions .tekton/tektoncd-chains-1-14-controller-push.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT
# Generated for Release 1.14 by openshift-pipelines/hack. DO NOT EDIT.
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
Expand All @@ -25,24 +25,17 @@ spec:
params:
- name: git-url
value: '{{source_url}}'
- name: upstream-git-url
value: 'https://github.com/tektoncd/chains'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-chains-controller-rhel9:{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/chains-controller-rhel8:{{revision}}
- name: dockerfile
value: .konflux/dockerfiles/controller.Dockerfile
- name: additional-tags
value:
- "1.14.0"
- name: prefetch-input
value: |
{"type": "rpm", "path": ".konflux/rpms"}
pipelineRef:
name: docker-build-ta
taskRunTemplate:
serviceAccountName: build-pipeline-tektoncd-chains-1-14-controller
workspaces:
- name: git-auth
secret:
Expand Down