From 1075350a72ba5a73be6fb9a798af258e1e84314e Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Wed, 10 Dec 2025 15:25:52 +0000 Subject: [PATCH] [bot:release-v1.22.x] update konflux configuration --- .github/workflows/update-sources.yaml | 3 +-- .tekton/tektoncd-chains-1-22-controller-pull-request.yaml | 7 ++++--- .tekton/tektoncd-chains-1-22-controller-push.yaml | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update-sources.yaml b/.github/workflows/update-sources.yaml index 1ef50f3de4..bf297838c7 100644 --- a/.github/workflows/update-sources.yaml +++ b/.github/workflows/update-sources.yaml @@ -1,10 +1,9 @@ # Generated for Konflux Application openshift-pipelines-core by openshift-pipelines/hack. DO NOT EDIT name: update-sources-tektoncd-chains - on: workflow_dispatch: {} schedule: - - cron: "0 1 * * *" # At 1AM everyday + - cron: "0 23 * * *" # At 23:00 everyday jobs: diff --git a/.tekton/tektoncd-chains-1-22-controller-pull-request.yaml b/.tekton/tektoncd-chains-1-22-controller-pull-request.yaml index d77aedef65..c09554812f 100644 --- a/.tekton/tektoncd-chains-1-22-controller-pull-request.yaml +++ b/.tekton/tektoncd-chains-1-22-controller-pull-request.yaml @@ -17,7 +17,7 @@ metadata: ".tekton/tektoncd-chains-1-22-controller-pull-request.yaml".pathChanged()) labels: appstudio.openshift.io/application: openshift-pipelines-core-1-22 - appstudio.openshift.io/component: tektoncd-chains-controller-1-22 + appstudio.openshift.io/component: tektoncd-chains-1-22-controller pipelines.appstudio.openshift.io/type: build name: tektoncd-chains-1-22-controller-on-pull-request namespace: tekton-ecosystem-tenant @@ -25,6 +25,8 @@ 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 @@ -35,7 +37,6 @@ spec: value: .konflux/dockerfiles/controller.Dockerfile - name: additional-tags value: - - "on-pr-1.22" - "on-pr-1.22.0" - name: build-platforms value: @@ -46,7 +47,7 @@ spec: pipelineRef: name: docker-build-ta taskRunTemplate: - serviceAccountName: build-pipeline-tektoncd-chains-controller-1-22 + serviceAccountName: build-pipeline-tektoncd-chains-1-22-controller workspaces: - name: git-auth secret: diff --git a/.tekton/tektoncd-chains-1-22-controller-push.yaml b/.tekton/tektoncd-chains-1-22-controller-push.yaml index 305ff260c9..a37dd54198 100644 --- a/.tekton/tektoncd-chains-1-22-controller-push.yaml +++ b/.tekton/tektoncd-chains-1-22-controller-push.yaml @@ -17,7 +17,7 @@ metadata: creationTimestamp: null labels: appstudio.openshift.io/application: openshift-pipelines-core-1-22 - appstudio.openshift.io/component: tektoncd-chains-controller-1-22 + appstudio.openshift.io/component: tektoncd-chains-1-22-controller pipelines.appstudio.openshift.io/type: build name: tektoncd-chains-1-22-controller-on-push namespace: tekton-ecosystem-tenant @@ -25,6 +25,8 @@ 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 @@ -33,7 +35,6 @@ spec: value: .konflux/dockerfiles/controller.Dockerfile - name: additional-tags value: - - "1.22" - "1.22.0" - name: prefetch-input value: | @@ -41,7 +42,7 @@ spec: pipelineRef: name: docker-build-ta taskRunTemplate: - serviceAccountName: build-pipeline-tektoncd-chains-controller-1-22 + serviceAccountName: build-pipeline-tektoncd-chains-1-22-controller workspaces: - name: git-auth secret: