From 6556e8a6b031c1aad4f0472703fd121a6e1cd45d Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Tue, 10 Dec 2024 11:00:45 -0500 Subject: [PATCH] fix: build pipeline task sha was removed (#340) One of the images used in the build pipeline was deleted, so this commit switches us to a different sha of the task. Signed-off-by: Johnny Bieren --- .tekton/release-service-utils-pull-request.yaml | 2 +- .tekton/release-service-utils-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/release-service-utils-pull-request.yaml b/.tekton/release-service-utils-pull-request.yaml index 0196f40..f71084f 100644 --- a/.tekton/release-service-utils-pull-request.yaml +++ b/.tekton/release-service-utils-pull-request.yaml @@ -59,7 +59,7 @@ spec: - name: name value: summary - name: bundle - value: quay.io/redhat-appstudio-tekton-catalog/task-summary:0.2@sha256:ac5b078500566c204eaa23e3aea1e2f7e003ac750514198419cb322a2eaf177a + value: quay.io/redhat-appstudio-tekton-catalog/task-summary:0.2@sha256:716d50d6f79c119e729a41ddf4eca7ddc521dbfb32cc10c7e1ef1942da887e26 - name: kind value: task resolver: bundles diff --git a/.tekton/release-service-utils-push.yaml b/.tekton/release-service-utils-push.yaml index 019e968..59d64bc 100644 --- a/.tekton/release-service-utils-push.yaml +++ b/.tekton/release-service-utils-push.yaml @@ -56,7 +56,7 @@ spec: - name: name value: summary - name: bundle - value: quay.io/redhat-appstudio-tekton-catalog/task-summary:0.2@sha256:ac5b078500566c204eaa23e3aea1e2f7e003ac750514198419cb322a2eaf177a + value: quay.io/redhat-appstudio-tekton-catalog/task-summary:0.2@sha256:716d50d6f79c119e729a41ddf4eca7ddc521dbfb32cc10c7e1ef1942da887e26 - name: kind value: task resolver: bundles