From aba2f9258cf591d75f94b75bac63688302ac587c Mon Sep 17 00:00:00 2001 From: Ellen-Yi-Dong Date: Wed, 15 Jan 2025 09:41:03 -0800 Subject: [PATCH] trying to see whether or not updating the source image may affect the konflux pipeline tasks --- .tekton/apicast-base-pull-request.yaml | 2 +- .tekton/apicast-base-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/apicast-base-pull-request.yaml b/.tekton/apicast-base-pull-request.yaml index 4eb607fd3..c9d1d3ffb 100644 --- a/.tekton/apicast-base-pull-request.yaml +++ b/.tekton/apicast-base-pull-request.yaml @@ -89,7 +89,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string diff --git a/.tekton/apicast-base-push.yaml b/.tekton/apicast-base-push.yaml index f3d229afe..f09d5a4f4 100644 --- a/.tekton/apicast-base-push.yaml +++ b/.tekton/apicast-base-push.yaml @@ -86,7 +86,7 @@ spec: description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after - - default: "false" + - default: "true" description: Build a source image. name: build-source-image type: string