From ac9e580d6a583e8ea874ceed446067da26ecf9d1 Mon Sep 17 00:00:00 2001 From: Dalia <111240801+dscervantes@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:50:06 -0500 Subject: [PATCH 1/2] Update playbook-dispatcher-pull-request.yaml --- .tekton/playbook-dispatcher-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/playbook-dispatcher-pull-request.yaml b/.tekton/playbook-dispatcher-pull-request.yaml index 3b4865c2..de926a0e 100644 --- a/.tekton/playbook-dispatcher-pull-request.yaml +++ b/.tekton/playbook-dispatcher-pull-request.yaml @@ -88,7 +88,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 From 516b415da0ac129b885fb41ec2d9f2fde58d9c9a Mon Sep 17 00:00:00 2001 From: Dalia <111240801+dscervantes@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:50:29 -0500 Subject: [PATCH 2/2] Update playbook-dispatcher-push.yaml --- .tekton/playbook-dispatcher-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/playbook-dispatcher-push.yaml b/.tekton/playbook-dispatcher-push.yaml index e3379e95..b3f56086 100644 --- a/.tekton/playbook-dispatcher-push.yaml +++ b/.tekton/playbook-dispatcher-push.yaml @@ -85,7 +85,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