From 49144fa0dea04516a415ae8d72f68e6b1819c0b8 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Tue, 10 Dec 2024 15:48:14 +0000 Subject: [PATCH] [bot] update konflux configuration --- .../next/.tekton/tekton-caches-next-cache-pull-request.yaml | 5 ++--- .../tekton/next/.tekton/tekton-caches-next-cache-push.yaml | 4 ++-- .tekton/tekton-caches-main-cache-pull-request.yaml | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-pull-request.yaml b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-pull-request.yaml index aee33d80f..4c7bd6469 100644 --- a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-pull-request.yaml +++ b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-pull-request.yaml @@ -16,7 +16,7 @@ metadata: ".tekton/docker-build-ta.yaml".pathChanged()) creationTimestamp: null labels: - appstudio.openshift.io/application: tekton-caches-main + appstudio.openshift.io/application: tekton-caches-next appstudio.openshift.io/component: tekton-caches-next-cache pipelines.appstudio.openshift.io/type: build name: tekton-caches-next-cache-on-pull-request @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-next/cache:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile @@ -36,7 +36,6 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"} diff --git a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml index 7bc172d37..81481cb34 100644 --- a/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml +++ b/.konflux/tekton/next/.tekton/tekton-caches-next-cache-push.yaml @@ -15,7 +15,7 @@ metadata: ".tekton/docker-build-ta.yaml".pathChanged()) creationTimestamp: null labels: - appstudio.openshift.io/application: tekton-caches-main + appstudio.openshift.io/application: tekton-caches-next appstudio.openshift.io/component: tekton-caches-next-cache pipelines.appstudio.openshift.io/type: build name: tekton-caches-next-cache-on-push @@ -27,7 +27,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache:{{revision}} + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-next/cache:{{revision}} - name: dockerfile value: .konflux/dockerfiles/cache.Dockerfile - name: build-platforms diff --git a/.tekton/tekton-caches-main-cache-pull-request.yaml b/.tekton/tekton-caches-main-cache-pull-request.yaml index 4f964e0e2..e2c2cb492 100644 --- a/.tekton/tekton-caches-main-cache-pull-request.yaml +++ b/.tekton/tekton-caches-main-cache-pull-request.yaml @@ -36,7 +36,6 @@ spec: - name: build-platforms value: - linux/x86_64 - - linux/arm64 - name: prefetch-input value: | {"type": "rpm", "path": ".konflux/rpms"}