From ceca88bba12efe8b46c38b802af2429db08fbbb1 Mon Sep 17 00:00:00 2001 From: "Victor M." Date: Mon, 5 Aug 2024 16:43:57 +0200 Subject: [PATCH] fix: apply Konflux migration (#413) --- .tekton/bonfire-pull-request.yaml | 4 ---- .tekton/bonfire-push.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.tekton/bonfire-pull-request.yaml b/.tekton/bonfire-pull-request.yaml index fa12a203..a5723f95 100644 --- a/.tekton/bonfire-pull-request.yaml +++ b/.tekton/bonfire-pull-request.yaml @@ -254,8 +254,6 @@ spec: params: - name: BINARY_IMAGE value: $(params.output-image) - - name: BASE_IMAGES - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) runAfter: - build-container taskRef: @@ -281,8 +279,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST diff --git a/.tekton/bonfire-push.yaml b/.tekton/bonfire-push.yaml index fed4145d..1c7e09af 100644 --- a/.tekton/bonfire-push.yaml +++ b/.tekton/bonfire-push.yaml @@ -251,8 +251,6 @@ spec: params: - name: BINARY_IMAGE value: $(params.output-image) - - name: BASE_IMAGES - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) runAfter: - build-container taskRef: @@ -278,8 +276,6 @@ spec: workspace: workspace - name: deprecated-base-image-check params: - - name: BASE_IMAGES_DIGESTS - value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS) - name: IMAGE_URL value: $(tasks.build-container.results.IMAGE_URL) - name: IMAGE_DIGEST