From 6fea71f9fbda6b7c194a58942e6ff44513300cb1 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Sat, 22 Jun 2024 07:22:12 +0200 Subject: [PATCH] fix: try with buildah-8gb:0.1 tag Signed-off-by: Ruben Romero Montes --- .tekton/osv-ingester-pull-request.yaml | 2 +- .tekton/osv-ingester-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/osv-ingester-pull-request.yaml b/.tekton/osv-ingester-pull-request.yaml index 9b75267..369cef4 100644 --- a/.tekton/osv-ingester-pull-request.yaml +++ b/.tekton/osv-ingester-pull-request.yaml @@ -236,7 +236,7 @@ spec: - name: name value: buildah-8gb - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb@sha256:8653b4eb7c3f3e28834bdb9821a2b9bf905714011d347168e019e94151147640 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb:0.1 - name: kind value: task resolver: bundles diff --git a/.tekton/osv-ingester-push.yaml b/.tekton/osv-ingester-push.yaml index 75bf676..cabafa7 100644 --- a/.tekton/osv-ingester-push.yaml +++ b/.tekton/osv-ingester-push.yaml @@ -233,7 +233,7 @@ spec: - name: name value: buildah-8gb - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb@sha256:8653b4eb7c3f3e28834bdb9821a2b9bf905714011d347168e019e94151147640 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-8gb:0.1 - name: kind value: task resolver: bundles